Skip to content

Commit c4121f9

Browse files
Update content/recipes/prisma.md
Co-authored-by: John Biundo <[email protected]>
1 parent 669990a commit c4121f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/prisma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Now create your initial Prisma setup using the `init` command of the Prisma CLI:
7272
$ npx prisma init
7373
```
7474

75-
This command created a new `prisma` directory with the following contents:
75+
This command creates a new `prisma` directory with the following contents:
7676

7777
- `schema.prisma`: Specifies your database connection and contains the database schema
7878
- `.env`: A [dotenv](https://github.com/motdotla/dotenv) file, typically used to store your database credentials in an environment variable

0 commit comments

Comments
 (0)