Skip to content

Commit

Permalink
fix: updates a type in guide of docs
Browse files Browse the repository at this point in the history
it ain't much, but it's honest work
  • Loading branch information
slushnys committed Sep 23, 2022
1 parent 020fabc commit d208f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ export class Order {
})
id: string;

// userId must be present on each oder, so that we can link it back to belonging user
// userId must be present on each order, so that we can link it back to belonging user
@Attribute()
userId: string

Expand Down

0 comments on commit d208f53

Please sign in to comment.