Skip to content

Commit

Permalink
docs(cloud_firestore_odm): Fix spelling mistake in documentation. (#8328
Browse files Browse the repository at this point in the history
)
  • Loading branch information
russellwheatley committed Mar 30, 2022
1 parent 8dcd1c9 commit 83b23c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/firestore-odm/defining-models.mdx
Expand Up @@ -100,9 +100,9 @@ class User {
The `Min` annotation ensures that any value for the `age` property is always positive, otherwise an
error will be thrown.

To ensure validators are applied, the model instance is provided to the generated `$asserUser`
To ensure validators are applied, the model instance is provided to the generated `$assertUser`
method. Note the name of this class is generated based on the model name (for example a model named
`Product` with validators would generate a `$asserProduct` method).
`Product` with validators would generate a `$assertProduct` method).

### Available validators

Expand Down

0 comments on commit 83b23c7

Please sign in to comment.