Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriklv committed Jul 16, 2017
1 parent 506fbea commit b411a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const graph = { people, stories };
const entry = people[0];

/**
* Create ta populated entry point resolved against the graph with a specified depth
* Create a populated entry point resolved against the graph with a specified depth
*/
const populatedItem = populateByConvention(2, graph, entry);

Expand Down Expand Up @@ -231,7 +231,7 @@ const graph = { people, stories };
const entry = people[0];

/**
* Create ta populated entry point resolved against the graph with a specified depth
* Create a populated entry point resolved against the graph with a specified depth
*/
const populatedItem = populateByReference(2, graph, entry);

Expand Down

0 comments on commit b411a6b

Please sign in to comment.