Skip to content

Commit 7b1d195

Browse files
committed
"Yours" is possessive already
No apostraphe necessary here. One less apostraphe spent and one step closer to carbon-neutral!
1 parent 1d595f1 commit 7b1d195

File tree

1 file changed

+1
-1
lines changed
  • exercises/05.typescript/06.problem.satisfies

1 file changed

+1
-1
lines changed

exercises/05.typescript/06.problem.satisfies/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ See? No type widening! Wahoo!
2929

3030
<callout-info>
3131
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
32+
(pattern coined by yours truly). Learn more in **[How to write a Constrained
3333
Identity Function (CIF) in
3434
TypeScript](https://kentcdodds.com/blog/how-to-write-a-constrained-identity-function-in-typescript)**
3535
</callout-info>

0 commit comments

Comments
 (0)