Skip to content

Commit e51578c

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

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
@@ -79,7 +79,7 @@ This command creates a new `prisma` directory with the following contents:
7979

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

82-
SQLite databases are simple files, no server is required to use a SQLite database. You can therefore create a new SQLite database by manually creating a new file on your file system.
82+
SQLite databases are simple files; no server is required to use a SQLite database. You can therefore create a new SQLite database by manually creating a new file on your file system.
8383

8484
Navigate into the new `prisma` directory and create a file called `dev.db` inside of it.
8585

0 commit comments

Comments
 (0)