Skip to content

Commit

Permalink
fix typo (#7132)
Browse files Browse the repository at this point in the history
  • Loading branch information
remainstheday authored and dcousens committed Jan 12, 2022
1 parent e9ecfb0 commit ab76ffe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { RelatedContent } from '../../../components/RelatedContent';

In this tutorial, we're going to show you how to embed Keystone and an SQLite database into a **Next.js app**.
By the end, your app will have a queryable GraphQL endpoint, based on your Keystone schema, running live on Vercel (for free!).
Content remains editable via the Admin UI in your development environment, with changes published being with each deployment of the app.
Content remains editable via the Admin UI in your development environment, with changes being published with each deployment of the app.

We’ll take advantage of a new way of working with Keystone where you can run it from the same place you keep your frontend code and commit everything to Git.

Expand Down

0 comments on commit ab76ffe

Please sign in to comment.