diff --git a/src/content/docs/pages/framework-guides/nextjs/ssr/get-started.mdx b/src/content/docs/pages/framework-guides/nextjs/ssr/get-started.mdx index 681542bd96dcefc..f1c76217a886f43 100644 --- a/src/content/docs/pages/framework-guides/nextjs/ssr/get-started.mdx +++ b/src/content/docs/pages/framework-guides/nextjs/ssr/get-started.mdx @@ -79,7 +79,7 @@ const nextConfig = {}; export default nextConfig; ``` -These changes allows you to access [bindings](/pages/framework-guides/nextjs/ssr/bindings/) in local development. +These changes allow you to access [bindings](/pages/framework-guides/nextjs/ssr/bindings/) in local development. ### 4. Ensure all server-rendered routes use the Edge Runtime