diff --git a/examples/nextjs-keystone-supabase-auth/README.md b/examples/nextjs-keystone-supabase-auth/README.md index 1af4f5fe78b..3d2c9fb87dd 100644 --- a/examples/nextjs-keystone-supabase-auth/README.md +++ b/examples/nextjs-keystone-supabase-auth/README.md @@ -1,6 +1,6 @@ # Keystone in NextJS with Supabase and Supabase Auth -This is a example of using KeystoneJS with NextJS and Supabase Auth. +This is an example of using KeystoneJS with NextJS and Supabase Auth. ## Features diff --git a/examples/nextjs-keystone-supabase-auth/app/page.tsx b/examples/nextjs-keystone-supabase-auth/app/page.tsx index f1c97a5bd89..23f946cbcf7 100644 --- a/examples/nextjs-keystone-supabase-auth/app/page.tsx +++ b/examples/nextjs-keystone-supabase-auth/app/page.tsx @@ -13,7 +13,7 @@ export default async function Page() {
- Users fetched from the server (in getServerSideProps) + Users fetched from the server (in app directory)