chore: fix some typos (#900)

Signed-off-by: pavedroad <qcqs@outlook.com>
This commit is contained in:
pavedroad
2024-03-13 07:42:15 +08:00
committed by GitHub
parent 1e4134c7d1
commit ac620082ec
4 changed files with 4 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ public class UserAuthenticationFilter extends OncePerRequestFilter {
response.setStatus(HttpStatus.UNAUTHORIZED.value());
response.getWriter()
.write(
"Authentication required. Please provide a X-API-KEY in request header.\nThis is found in Settings -> Account Settings -> API Key\nAlternativly you can disable authentication if this is unexpected");
"Authentication required. Please provide a X-API-KEY in request header.\nThis is found in Settings -> Account Settings -> API Key\nAlternatively you can disable authentication if this is unexpected");
return;
}
}