diff --git a/docs/entity-metadata.md b/docs/entity-metadata.md index 25114c09..8f210678 100644 --- a/docs/entity-metadata.md +++ b/docs/entity-metadata.md @@ -70,7 +70,7 @@ class LazyModule { ## Metadata Properties -The `EntityMedata` interface describes aspects of an entity type that tell the _ngrx-data_ library how to manage collections of entity data of type `T`. +The `EntityMetadata` interface describes aspects of an entity type that tell the _ngrx-data_ library how to manage collections of entity data of type `T`. Type `T` is your application's TypeScript representation of that entity; it can be an interface or a class.