Skip to content

Commit 5edc698

Browse files
committed
typo
1 parent 9161fc5 commit 5edc698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,15 @@ mutation RefreshAuthToken {
125125

126126
The plugin offers some filters to hook into.
127127

128-
### Change Auth Token expiry time
128+
### Change Auth Token expiration
129129

130130
**Note: For security, we highly recommend, that the Auth Token is short lived. So do not set this higher than 300 seconds unless you know what you are doing.**
131131

132132
```php
133133
add_filter('graphql_jwt_auth_expire', 60);
134134
```
135135

136-
- Argument: Expiry time in seconds
136+
- Argument: Expiration in seconds
137137
- Default: 300
138138

139139

0 commit comments

Comments
 (0)