Skip to content

Commit

Permalink
docs: fix broken link (typeorm#4834)
Browse files Browse the repository at this point in the history
The `decorator-reference` link is broken
see: https://typeorm.io/#/entities
  • Loading branch information
blackpr authored and pleerock committed Oct 13, 2019
1 parent 149af26 commit 2bb0e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ If you want to set a base prefix for all database tables in your application you

When using an entity constructor its arguments **must be optional**. Since ORM creates instances of entity classes when loading from the database, therefore it is not aware of your constructor arguments.

Learn more about parameters @Entity in [Decorators reference](decorator-reference.md).
Learn more about parameters `@Entity` in [Decorators reference](decorator-reference.md).

## Entity columns

Expand Down

0 comments on commit 2bb0e39

Please sign in to comment.