Skip to content

Commit

Permalink
Fix typo (graphile#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
herdrick committed Apr 7, 2021
1 parent 87b7625 commit a95ded1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/postgraphile/postgresql-schema-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ but also the most fundamental part of your schema design.

> **Note:** We prefer singular identifers like `forum_example.person` over
> `forum_example.people` because when you create a table, it is like you are
> creating a class in a statically typed language. Classes have singular names
> creating a class in an object-oriented language. Classes have singular names
> like “Person” while collections will often have plural names like “People.”
> Table as a class is a better analogy than table as a collection because
> Postgres itself will internally call tables “classes.”
Expand Down

0 comments on commit a95ded1

Please sign in to comment.