diff --git a/docs/separating-entity-definition.md b/docs/separating-entity-definition.md index db7e6be5dd..a45f35abe8 100644 --- a/docs/separating-entity-definition.md +++ b/docs/separating-entity-definition.md @@ -187,7 +187,7 @@ export const CategoryEntity = new EntitySchema({ }); ``` -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