Skip to content

Commit 953751c

Browse files
authored
docs: Fix typo initalization -> initialization (#12989)
Fix typo: initalization -> initialization
1 parent 2ad07dd commit 953751c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/getting-started/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This will also add it to your `.env` file, respecting the framework conventions
5454

5555
### Configure
5656

57-
Next, create the Auth.js config file and object. This is where you can control the behaviour of the library and specify custom authentication logic, adapters, etc. We recommend all frameworks to create an `auth.ts` file in the project. In this file we'll pass in all the options to the framework specific initalization function and then export the route handler(s), signin and signout methods, and more.
57+
Next, create the Auth.js config file and object. This is where you can control the behaviour of the library and specify custom authentication logic, adapters, etc. We recommend all frameworks to create an `auth.ts` file in the project. In this file we'll pass in all the options to the framework specific initialization function and then export the route handler(s), signin and signout methods, and more.
5858

5959
<Callout type="info">
6060
You can name this file whatever you want and place it wherever you like, these

0 commit comments

Comments
 (0)