Skip to content

Commit f00c8c5

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

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
@@ -75,7 +75,7 @@ $ npx prisma init
7575
This command creates a new `prisma` directory with the following contents:
7676

7777
- `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
78+
- `.env`: A [dotenv](https://github.com/motdotla/dotenv) file, typically used to store your database credentials in a group of environment variables
7979

8080
##### 3. Create your SQLite database file and set the database connection
8181

0 commit comments

Comments
 (0)