Skip to content

Commit

Permalink
Fix spelling (#1105)
Browse files Browse the repository at this point in the history
Co-authored-by: Elad Kaplan <[email protected]>
  • Loading branch information
joelparkerhenderson and kaplanelad authored Dec 29, 2024
1 parent 63b1f1c commit 3266c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-site/content/docs/the-app/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ For schema data types, you can use the following mapping to understand the schem

Using `user:references` uses the special `references` type, which will create a relationship between a `post` and a `user`, adding a `user_id` reference field to the `posts` table.

Using `aproved_by:references:users` uses the special `references:<table>` type, which will create a relationship between a `post` and a `user`, adding a `aproved_by` reference field to the `posts` table.
Using `approved_by:references:users` uses the special `references:<table>` type, which will create a relationship between a `post` and a `user`, adding a `approved_by` reference field to the `posts` table.

You can generate an empty model:

Expand Down

0 comments on commit 3266c42

Please sign in to comment.