Skip to content
This repository was archived by the owner on Mar 18, 2022. It is now read-only.

Commit b4e9cf0

Browse files
holamarcosauriosrustamwin
authored andcommitted
docs: update typo in separating-entity-definition.md
Typo in line 190: "Categeory" changed to "Category"
1 parent 9930283 commit b4e9cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/separating-entity-definition.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export const CategoryEntity = new EntitySchema<Category>({
187187
});
188188
```
189189

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

192192
## Using Schemas to Query / Insert Data
193193

0 commit comments

Comments
 (0)