Skip to content

Commit 5cad354

Browse files
Trontorjoeycozza
authored andcommitted
Fix typo in CHANGELOG.md (facebook#8080)
1 parent 0c56f76 commit 5cad354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ null ?? 'some other default'; // result: 'some other default'
3535
false ?? true; // result: false
3636
```
3737

38-
**If your're using TypeScript, you will need to upgrade your `typescript` dependency to `3.7.0` or later if you wish to use the new operators.**
38+
**If you're using TypeScript, you will need to upgrade your `typescript` dependency to `3.7.0` or later if you wish to use the new operators.**
3939

4040
**If you're using Visual Studio Code 1.40 (the latest as of this release) or earlier, you will need to configure your editor if you want it to understand the new operators.**
4141

0 commit comments

Comments
 (0)