Skip to content

Commit

Permalink
fixup! fix typo in a code comment
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos committed Aug 22, 2019
1 parent bec7199 commit dbdd4da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('CrudRestController for a simple Product model', () => {
let repo: EntityCrudRepository<Product, typeof Product.prototype.id>;
let client: Client;

// sample data - call `seeData` to populate these items
// sample data - call `seedData` to populate these items
let pen: Product;
let pencil: Product;

Expand Down

0 comments on commit dbdd4da

Please sign in to comment.