Skip to content

Commit 4ee9073

Browse files
authored
docs: typo succesful -> successful (#12973)
Fix typo succesful -> successful
1 parent 0adbd10 commit 4ee9073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pages/guides/refresh-token-rotation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ declare module "next-auth" {
234234

235235
### Error handling
236236

237-
If the token refresh was unsuccesful, we can force a re-authentication.
237+
If the token refresh was unsuccessful, we can force a re-authentication.
238238

239239
<Code>
240240

packages/core/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ export interface InternalOptions<TProviderType = ProviderType> {
404404
provider: InternalProvider<TProviderType>
405405
csrfToken?: string
406406
/**
407-
* `true` if the [Double-submit CSRF check](https://owasp.org/www-chapter-london/assets/slides/David_Johansson-Double_Defeat_of_Double-Submit_Cookie.pdf) was succesful
407+
* `true` if the [Double-submit CSRF check](https://owasp.org/www-chapter-london/assets/slides/David_Johansson-Double_Defeat_of_Double-Submit_Cookie.pdf) was successful
408408
* or [`skipCSRFCheck`](https://authjs.dev/reference/core#skipcsrfcheck) was enabled.
409409
*/
410410
csrfTokenVerified?: boolean

0 commit comments

Comments
 (0)