Skip to content

Commit

Permalink
docs: fix typo in usage.md (#2502)
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow authored Oct 24, 2023
1 parent c970ca0 commit 79c0f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ interface User {
}
```

As you can see, your `User` model probably looks completely different from the one you have in your codebase.
As you can see, our `User` model probably looks completely different from the one you have in your codebase.
One thing to keep an eye on is the `subscriptionTier` property, as it is not simply a string, but only one of the strings defined in the `SubscriptionTier` type (`'free'` or `'basic'` or `'business'`).
Also, in a real scenario, your model should not depend on a type of a third party library (`SexType` in this case).

Expand Down

0 comments on commit 79c0f25

Please sign in to comment.