Skip to content

Commit

Permalink
Fix grammar in docs (#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadcoder0904 committed Jan 29, 2020
1 parent 99c35d3 commit 8ce323f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ generator client {

This file contains a number of comments that tell you how to proceed.

First you need to provide your the connection URL of your database as the `url` of the `datasource` block. This is needed so that Prisma can introspect your database schema and generate Prisma Client.
First you need to provide the connection URL of your database as the `url` of the `datasource` block. This is needed so that Prisma can introspect your database schema and generate Prisma Client.

The format of the connection URL for your database typically depends on the database you use (the parts spelled all-uppercased are placeholders for your specific connection details):

Expand Down

0 comments on commit 8ce323f

Please sign in to comment.