Skip to content

Commit

Permalink
Fix typo tutorial.md
Browse files Browse the repository at this point in the history
This PR fixes a typo on tutorial.md: on line 120, the prisma schema file should be called `schema.prisma`, not `prisma.schema`.
  • Loading branch information
Evalir committed Oct 22, 2019
1 parent f597813 commit c09a003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Let's go through the created files.

### 3.1. Understand the Prisma schema file

At the core of each project that uses Photon and/or Lift, there is the [Prisma schema file](./prisma-schema-file.md) (typically called `prisma.schema`). Here's what your Prisma schema currently looks like:
At the core of each project that uses Photon and/or Lift, there is the [Prisma schema file](./prisma-schema-file.md) (typically called `schema.prisma`). Here's what your Prisma schema currently looks like:

```prisma
generator photon {
Expand Down

0 comments on commit c09a003

Please sign in to comment.