Skip to content

Commit

Permalink
Fix small typo (#3268)
Browse files Browse the repository at this point in the history
  • Loading branch information
shammellee authored Nov 4, 2024
1 parent 9ef7804 commit b0b019d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Pick `ts-expect-error` if:

- you're writing test code where you actually want the type system to error on an operation
- you expect a fix to be coming in fairly quickly and you just need a quick workaround
- you're in a reasonably-sized project with a proactive team that wants to remove suppression comments as soon affected code is valid again
- you're in a reasonably-sized project with a proactive team that wants to remove suppression comments as soon as affected code is valid again

Pick `ts-ignore` if:

Expand Down

0 comments on commit b0b019d

Please sign in to comment.