Skip to content

Commit

Permalink
docs: update typo in separating-entity-definition.md
Browse files Browse the repository at this point in the history
Typo in line 190: "Categeory" changed to "Category"
  • Loading branch information
holamarcosaurios authored and rustamwin committed Aug 7, 2019
1 parent 9930283 commit b4e9cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/separating-entity-definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const CategoryEntity = new EntitySchema<Category>({
});
```

Be sure to add the `extended` columns also to the `Categeory` interface (e.g., via `export interface Category extend BaseEntity`).
Be sure to add the `extended` columns also to the `Category` interface (e.g., via `export interface Category extend BaseEntity`).

## Using Schemas to Query / Insert Data

Expand Down

0 comments on commit b4e9cf0

Please sign in to comment.