From 5cad3549acc904e8d365dbec4d4b5570b9d0b0ba Mon Sep 17 00:00:00 2001 From: Trontor Date: Fri, 6 Dec 2019 15:44:08 +1100 Subject: [PATCH] Fix typo in CHANGELOG.md (#8080) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71bb5e3d2bf..555028b12c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.**