We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669990a commit c4121f9Copy full SHA for c4121f9
content/recipes/prisma.md
@@ -72,7 +72,7 @@ Now create your initial Prisma setup using the `init` command of the Prisma CLI:
72
$ npx prisma init
73
```
74
75
-This command created a new `prisma` directory with the following contents:
+This command creates a new `prisma` directory with the following contents:
76
77
- `schema.prisma`: Specifies your database connection and contains the database schema
78
- `.env`: A [dotenv](https://github.com/motdotla/dotenv) file, typically used to store your database credentials in an environment variable
0 commit comments