docs(global): Changed spelling with BrE.

This commit is contained in:
Zihlu Wang
2023-09-15 15:41:23 +08:00
parent 6549373e8d
commit 7b653edb3b
12 changed files with 22 additions and 22 deletions
@@ -22,7 +22,7 @@
* and validation.
* <p>
* Other configuration classes may be added in the future to support additional
* customization options and features. Developers using the Simple JWT library
* customisation options and features. Developers using the Simple JWT library
* should be familiar with the available configuration options to ensure proper
* integration and usage of the library.
*
@@ -24,7 +24,7 @@
* the JWT handling process and provide convenient abstractions for JWT
* generation, validation, and extraction.
* <p>
* The Simple JWT library is designed to be flexible and customizable, allowing
* The Simple JWT library is designed to be flexible and customisable, allowing
* developers to use different algorithms, token resolvers, and token payload
* classes based on their specific application requirements. It aims to
* simplify the JWT handling process while maintaining security and best