diff --git a/src/data/guides/basics-of-authentication.md b/src/data/guides/basics-of-authentication.md index 5826dc223..2fd1aa617 100644 --- a/src/data/guides/basics-of-authentication.md +++ b/src/data/guides/basics-of-authentication.md @@ -91,7 +91,7 @@ And in case of authorization failure, i.e., if the user tries to perform an oper Given below is the list of common authentication strategies: -- Basics of Authentication +- Basic Authentication - Session Based Authentication - Token-Based Authentication - JWT Authentication