From 79c0f25fd35048e8f6cdf1f375dda8f2f1efb14a Mon Sep 17 00:00:00 2001 From: Lacy Morrow Date: Tue, 24 Oct 2023 03:07:27 -0400 Subject: docs: fix typo in usage.md (#2502) --- docs/guide/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guide/usage.md') diff --git a/docs/guide/usage.md b/docs/guide/usage.md index d7da0dfa..cdf8898c 100644 --- a/docs/guide/usage.md +++ b/docs/guide/usage.md @@ -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). -- cgit v1.2.3