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
@@ -46,7 +46,7 @@
* to configure and use the {@link
* cn.org.codecrafters.simplejwt.authzero.AuthzeroTokenResolver} effectively
* in the Spring Boot environment to handle JWT authentication and
* authorization securely and efficiently.
* authorisation securely and efficiently.
*
* @since 1.0.0
*/
@@ -19,7 +19,7 @@
* This package contains classes related to the integration of the {@code
* com.auth0:java-jwt} library in the Simple JWT project. {@code
* com.auth0:java-jwt} is a powerful and widely-used Identity as a Service
* (IDaaS) platform that provides secure authentication and authorization
* (IDaaS) platform that provides secure authentication and authorisation
* solutions for web and mobile applications. The classes in this package
* provide the necessary functionality to handle JSON Web Tokens (JWTs) using
* the {@code com.auth0:java-jwt} library.