diff --git a/Extension-API-process.md b/Extension-API-process.md index 18b7ff0..2e8c66c 100644 --- a/Extension-API-process.md +++ b/Extension-API-process.md @@ -5,7 +5,7 @@ The goal of this process is to be transparent about how API is created, what pha About Proposed API -- -We work with API proposals on which we iterate a few time before making stable API. Those proposals can be tested by extension authors. This is what you have to do to try out a proposed API: +We work with API proposals on which we iterate a few times before making stable API. Those proposals can be tested by extension authors. This is what you have to do to try out a proposed API: * You must use [Insiders](https://code.visualstudio.com/insiders/) because proposed APIs change frequently. * You must have this line in the package.json file of your extension: `"enableProposedAPI": true.`