Skip to content

Commit de9e518

Browse files
authored
Update README.md
Fix typo
1 parent c87d7c4 commit de9e518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The authentication class checks for the token in two locations:
8080

8181
It first checks if token is passed using `Authorization` request header.
8282
The value should be of form `Bearer <token>`. The `Authorization` header name
83-
and token prefix `Bearer` can be customzied using options `header` and `prefix`
83+
and token prefix `Bearer` can be customized using options `header` and `prefix`
8484
respectively.
8585

8686
- The query string variable specified using `parameter` config:

0 commit comments

Comments
 (0)