diff --git a/src/routes/docs/products/auth/server-side-rendering/+page.markdoc b/src/routes/docs/products/auth/server-side-rendering/+page.markdoc index dd559a6726..8bd4ef5bd5 100644 --- a/src/routes/docs/products/auth/server-side-rendering/+page.markdoc +++ b/src/routes/docs/products/auth/server-side-rendering/+page.markdoc @@ -115,7 +115,7 @@ Create an endpoint using your server's framework of choice that accepts a userna Once you have a session object, you can store it in a cookie. This will allow your users make authenticated requests to the Appwrite API from your server. Use the `secret` property of the session object as the cookie value. The `expire` property of the session object should be used as the cookie's max age. -Here's an example with Express and PHP, but the same concepts apply to all most frameworks. +Here's an example with Express and PHP, but the same concepts apply to most frameworks. {% multicode %} ```server-nodejs import express from 'express'; @@ -464,4 +464,4 @@ If you'd like to see SSR authentication implemented in a full auth example, see {% /cards_item %} {% cards_item href="/docs/tutorials/astro-ssr-auth" title="Astro SSR" icon="icon-astro" %} {% /cards_item %} -{% /cards %} \ No newline at end of file +{% /cards %}