Skip to content

Commit

Permalink
Added definite article in guide Actice Record Basics section 3 paragr…
Browse files Browse the repository at this point in the history
…aph 3 [ci skip]
  • Loading branch information
quatauta committed Nov 26, 2020
1 parent bc551bf commit 80f8724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_record_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ CREATE TABLE products (
);
```

Schema above declares a table with two columns: `id` and `name`. Each row of
The schema above declares a table with two columns: `id` and `name`. Each row of
this table represents a certain product with these two parameters. Thus, you
would be able to write code like the following:

Expand Down

0 comments on commit 80f8724

Please sign in to comment.