Skip to content

Commit 1f4ec32

Browse files
author
Grégoire Paris
committed
Use "an" instead of "a"
1 parent f10acc5 commit 1f4ec32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Bearer MY_NEW_TOKEN
9393
9494
## Testing with Behat
9595
96-
Let's configure Behat to automatically send a `Authorization` HTTP header containing a valid JWT token when a scenario is marked with a `@login` annotation. Edit `features/bootstrap/FeatureContext.php` and add the following methods:
96+
Let's configure Behat to automatically send an `Authorization` HTTP header containing a valid JWT token when a scenario is marked with a `@login` annotation. Edit `features/bootstrap/FeatureContext.php` and add the following methods:
9797
9898
```php
9999
<?php

0 commit comments

Comments
 (0)