@@ -160,13 +160,13 @@ def create_access_token(
160160 Optional. A hash of claims to include in the access token. These claims are
161161 merged into the default claims (exp, iat, etc) and claims returned from the
162162 :meth:`~flask_jwt_extended.JWTManager.additional_claims_loader` callback.
163- On conflict, these claims take presidence .
163+ On conflict, these claims take precedence .
164164
165165 :param headers:
166166 Optional. A hash of headers to include in the access token. These headers
167167 are merged into the default headers (alg, typ) and headers returned from
168168 the :meth:`~flask_jwt_extended.JWTManager.additional_headers_loader`
169- callback. On conflict, these headers take presidence .
169+ callback. On conflict, these headers take precedence .
170170
171171 :return:
172172 An encoded access token
@@ -206,13 +206,13 @@ def create_refresh_token(
206206 Optional. A hash of claims to include in the refresh token. These claims are
207207 merged into the default claims (exp, iat, etc) and claims returned from the
208208 :meth:`~flask_jwt_extended.JWTManager.additional_claims_loader` callback.
209- On conflict, these claims take presidence .
209+ On conflict, these claims take precedence .
210210
211211 :param headers:
212212 Optional. A hash of headers to include in the refresh token. These headers
213213 are merged into the default headers (alg, typ) and headers returned from the
214214 :meth:`~flask_jwt_extended.JWTManager.additional_headers_loader` callback.
215- On conflict, these headers take presidence .
215+ On conflict, these headers take precedence .
216216
217217 :return:
218218 An encoded refresh token
0 commit comments