Skip to content

Commit

Permalink
Fix typo in CHANGELOG.md (#8080)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trontor authored and ianschmitz committed Dec 6, 2019
1 parent 2ace7c2 commit 8330e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
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 8330e7c

Please sign in to comment.