Skip to content

Commit 868a3fb

Browse files
author
Grégoire Paris
committed
Add punctuation
1 parent f54ad0c commit 868a3fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/jwt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ And the "Authorize" button will automatically appear in Swagger UI.
8181
### Adding a New API Key
8282
8383
All you have to do is configure the API key in the `value` field.
84-
By default [only the authorization header mode is enabled](https://github.com/lexik/LexikJWTAuthenticationBundle/blob/master/Resources/doc/index.md#2-use-the-token) in [LexikJWTAuthenticationBundle](https://github.com/lexik/LexikJWTAuthenticationBundle).
84+
By default, [only the authorization header mode is enabled](https://github.com/lexik/LexikJWTAuthenticationBundle/blob/master/Resources/doc/index.md#2-use-the-token) in [LexikJWTAuthenticationBundle](https://github.com/lexik/LexikJWTAuthenticationBundle).
8585
You must set the [JWT token](https://github.com/lexik/LexikJWTAuthenticationBundle/blob/master/Resources/doc/index.md#1-obtain-the-token) as below and click on the "Authorize" button.
8686

8787
```
@@ -156,7 +156,7 @@ default:
156156
# ...
157157
```
158158

159-
Finally, mark your scenarios with the `@login` annotation to automatically add a valid `Authorization` header and with `@logout` to be sure to destroy the token after this scerario.
159+
Finally, mark your scenarios with the `@login` annotation to automatically add a valid `Authorization` header, and with `@logout` to be sure to destroy the token after this scerario.
160160

161161
Previous chapter: [FOSUserBundle Integration](fosuser-bundle.md)
162162

0 commit comments

Comments
 (0)