We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d595f1 commit 7b1d195Copy full SHA for 7b1d195
exercises/05.typescript/06.problem.satisfies/README.mdx
@@ -29,7 +29,7 @@ See? No type widening! Wahoo!
29
30
<callout-info>
31
Before `satisfies` came out, we had to use a "Constrained Identity Function"
32
- (pattern coined by your's truly). Learn more in **[How to write a Constrained
+ (pattern coined by yours truly). Learn more in **[How to write a Constrained
33
Identity Function (CIF) in
34
TypeScript](https://kentcdodds.com/blog/how-to-write-a-constrained-identity-function-in-typescript)**
35
</callout-info>
0 commit comments