Skip to content

Commit

Permalink
fis typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Calder committed Apr 17, 2023
1 parent b3798f8 commit db60454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs-keystone-supabase-auth/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-keystone-supabase-auth/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default async function Page() {

<div>
<p>
<strong>Users fetched from the server (in getServerSideProps)</strong>
<strong>Users fetched from the server (in app directory)</strong>
</p>
<ol>
{users.map(u => {
Expand Down

0 comments on commit db60454

Please sign in to comment.