Skip to content

Commit

Permalink
docs:fix typo (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
SerkanSipahi authored and wardbell committed Sep 12, 2018
1 parent 5a07359 commit 9c9c48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/entity-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class LazyModule {

## Metadata Properties

The `EntityMedata<T>` 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<T>` 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.

Expand Down

0 comments on commit 9c9c48b

Please sign in to comment.