Skip to content

Commit b0b019d

Browse files
authored
Fix small typo (#3268)
1 parent 9ef7804 commit b0b019d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/documentation/copy/en/release-notes/TypeScript 3.9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Pick `ts-expect-error` if:
138138

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

143143
Pick `ts-ignore` if:
144144

0 commit comments

Comments
 (0)