Skip to content

Commit 101fc54

Browse files
adityaoberailoks0n
andauthored
Update src/routes/docs/tutorials/nuxt-ssr-auth/step-3/+page.markdoc
Co-authored-by: Luke B. Silver <[email protected]>
1 parent 05eedfb commit 101fc54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/docs/tutorials/nuxt-ssr-auth/step-3/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ step: 3
77
Before you can use Appwrite, you need to create the Appwrite `Client` and set the project ID and endpoint.
88
The client is then used to create services like `Databases` and `Account`, so they all point to the same Appwrite project.
99

10-
Create a function to build services you need in a file like `server/lib/appwrite.js` and **exporting the instances**.
10+
Create a function to the build services you need in a file like `server/lib/appwrite.js` and **exporting the instances**.
1111

1212
As part of the function, set the current user's session if they are logged in. This is done by accessing the session cookie from the request and calling the `setSession(session)` with the cookie value.
1313

0 commit comments

Comments
 (0)