Skip to content

Commit e1693eb

Browse files
authored
Update README.md
1 parent 6507c88 commit e1693eb

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
@@ -10,7 +10,7 @@ Decorators and some other extras for sequelize (v3 + v4).
1010
- [`@Table` API](#table-api)
1111
- [`@Column` API](#column-api)
1212
- [Usage](#usage)
13-
- [Configuration](#Ccnfiguration)
13+
- [Configuration](#configuration)
1414
- [Model-path resolving](#model-path-resolving)
1515
- [Model association](#model-association)
1616
- [One-to-many](#one-to-many)
@@ -560,4 +560,4 @@ This is not only good practice regarding design, but also matters for the order
560560
of execution. Since typescript creates a `__metadata("design:type", SomeModel)` call due to `emitDecoratorMetadata`
561561
compile option, in some cases `SomeModel` is probably not defined(not undefined!) and would throw a `ReferenceError`.
562562
When putting `SomeModel` in a separate file, it would look like `__metadata("design:type", SomeModel_1.SomeModel)`,
563-
which does not throw an error.
563+
which does not throw an error.

0 commit comments

Comments
 (0)