Skip to content

Commit

Permalink
Correct typo for minimum (keystonejs#2422)
Browse files Browse the repository at this point in the history
  • Loading branch information
agneym authored Feb 27, 2020
1 parent ade3c99 commit cd7bfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A KeystoneJS **App** has two primary purposes
1. Prepare an `express`-compatible middleware for handling incoming http requests
2. Provide a `build()` method to create a static production build for this app

The mimimum KeystoneJS application requires at least one app, the [GraphQL API](/packages/app-graphql/README.md):
At a minimum a KeystoneJS application requires one app, the [GraphQL API](/packages/app-graphql/README.md):

`index.js`

Expand Down

0 comments on commit cd7bfc9

Please sign in to comment.