From fab5bee436b127b83b062e6b51e63d3a926e7835 Mon Sep 17 00:00:00 2001 From: LLLeon Date: Wed, 18 Aug 2021 09:42:24 +0800 Subject: [PATCH] Update getting-started.md --- docs/tutorials/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/getting-started.md b/docs/tutorials/getting-started.md index 4cb2c2fc88..f1d3605b21 100644 --- a/docs/tutorials/getting-started.md +++ b/docs/tutorials/getting-started.md @@ -25,7 +25,7 @@ packages: ``` sqlc needs to know your database schema and queries. In the same directory, -create a file named `schema.sql` with the fullowing contents: +create a file named `schema.sql` with the following contents: ```sql CREATE TABLE authors (