Skip to content

Commit 5785f23

Browse files
authored
Update getting-started.md (#1133)
1 parent 312ef9e commit 5785f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ packages:
2525
```
2626
2727
sqlc needs to know your database schema and queries. In the same directory,
28-
create a file named `schema.sql` with the fullowing contents:
28+
create a file named `schema.sql` with the following contents:
2929

3030
```sql
3131
CREATE TABLE authors (

0 commit comments

Comments
 (0)