Skip to content

Commit 6ead845

Browse files
Merge pull request #35 from BruceHem/patch-1
Fix typo in readme
2 parents 2a347bd + c2b7ace commit 6ead845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Decorators and some other extras for sequelize (v3 + v4).
1919
- [`@ForeignKey`, `@BelongsTo`, `@HasMany`, `@HasOne`, `@BelongsToMany` API](#foreignkey-belongsto-hasmany-hasone-belongstomany-api)
2020
- [Generated getter and setter](#type-safe-usage-of-generated-getter-and-setter)
2121
- [Multiple relations of same models](#multiple-relations-of-same-models)
22-
- [Model valiation](#model-validation)
22+
- [Model validation](#model-validation)
2323
- [Scopes](#scopes)
2424
- [Why `() => Model`?](#user-content-why---model)
2525
- [Recommendations and limitations](#recommendations-and-limitations)
@@ -153,7 +153,7 @@ Decorator | Description
153153
`@Unique` | sets `attribute.unique=true`
154154
`@Default(value: any)` | sets `attribute.defaultValue` to specified value
155155
`@PrimaryKey` | sets `attribute.primaryKey=true`
156-
Validate annotations | see [Model valiation](#model-validation)
156+
Validate annotations | see [Model validation](#model-validation)
157157

158158
### Type inference
159159
The following types can be automatically inferred from javascript type. Others have to be defined explicitly.

0 commit comments

Comments
 (0)