diff --git a/docs/guide/getting-started/choose-ide.md b/docs/guide/getting-started/choose-ide.md index 526a4e197..759eef3c0 100644 --- a/docs/guide/getting-started/choose-ide.md +++ b/docs/guide/getting-started/choose-ide.md @@ -1,10 +1,10 @@ # Choosing an IDE -Choosing an IDE is a matter of personal preference. The following are some +Choosing an IDE is a matter of personal preference. They make programming easier. The following are some suggestions for choosing an IDE: * [Visual Studio Code](https://code.visualstudio.com) - * we have an [extension](https://marketplace.visualstudio.com/items?itemName=SrIzan.sern-snippets) to help automate development :) + * we have an [snippet extension](https://marketplace.visualstudio.com/items?itemName=SrIzan.sern-snippets) to help automate development :) * [Sublime Text](https://www.sublimetext.com/) * [NotePad++](https://notepad-plus-plus.org/) * [nvim](https://neovim.io/) (chad)