From 09c585c8dce79a05b0bba2094d34646d6c559462 Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Sun, 21 Aug 2016 13:40:29 +0200 Subject: [PATCH] Grammar --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 943a1190..be2dd17f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ For a diff between two versions https://github.com/lexik/LexikJWTAuthenticationB ## [2.0](https://github.com/lexik/LexikJWTAuthenticationBundle/tree/2.0) -* feature [\#184](https://github.com/lexik/LexikJWTAuthenticationBundle/pull/184) [Security] Depreciate current system in favor of a JWTTokenAuthenticator (Guard) ([chalasr](https://github.com/chalasr)) +* feature [\#184](https://github.com/lexik/LexikJWTAuthenticationBundle/pull/184) [Security] Deprecate current system in favor of a JWTTokenAuthenticator (Guard) ([chalasr](https://github.com/chalasr)) * feature [\#218](https://github.com/lexik/LexikJWTAuthenticationBundle/pull/218) Add more flexibility in token extractors configuration ([chalasr](https://github.com/chalasr)) @@ -27,7 +27,7 @@ For a diff between two versions https://github.com/lexik/LexikJWTAuthenticationB ## [1.7.0](https://github.com/lexik/LexikJWTAuthenticationBundle/tree/v1.7.0) (2016-08-06) -* feature [\#200](https://github.com/lexik/LexikJWTAuthenticationBundle/pull/200) Depreciate injection of Request instances ([chalasr](https://github.com/chalasr)) +* feature [\#200](https://github.com/lexik/LexikJWTAuthenticationBundle/pull/200) Deprecate injection of Request instances ([chalasr](https://github.com/chalasr)) ## [v1.6.0](https://github.com/lexik/LexikJWTAuthenticationBundle/tree/v1.6.0) (2016-07-07)