From b4e9cf06830a85679f143f398e0ea950b87cdf1e Mon Sep 17 00:00:00 2001 From: Marcos Date: Wed, 7 Aug 2019 11:35:11 +0200 Subject: [PATCH] docs: update typo in separating-entity-definition.md Typo in line 190: "Categeory" changed to "Category" --- docs/separating-entity-definition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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