Skip to content

Commit

Permalink
Fix typo in CHANGELOG.md (facebook#8080)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trontor authored and joeycozza committed Jan 28, 2020
1 parent 0c56f76 commit 5cad354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ null ?? 'some other default'; // result: 'some other default'
false ?? true; // result: false
```

**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.**
**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.**

**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.**

Expand Down

0 comments on commit 5cad354

Please sign in to comment.