Skip to content

Commit a95ded1

Browse files
authored
Fix typo (#268)
1 parent 87b7625 commit a95ded1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/postgraphile/postgresql-schema-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ but also the most fundamental part of your schema design.
150150

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

0 commit comments

Comments
 (0)