Skip to content

Commit

Permalink
docs: fix hasMany typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gerbus authored and marioestradarosa committed Oct 23, 2018
1 parent 46d08f6 commit 22024f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/HasMany-relation.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ how to define a `hasMany` relation on a source model `Customer`.

```ts
import {Order} from './order.model.ts';
import {Entity, property, hasmany} from '@loopback/repository';
import {Entity, property, hasMany} from '@loopback/repository';

export class Customer extends Entity {
@property({
Expand Down

0 comments on commit 22024f7

Please sign in to comment.