From 7bce1f6df4a80ea5150eefd928373f34a382fad9 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Sun, 16 Jun 2019 16:29:08 -0700 Subject: [PATCH] docs: Fix typos on 'Why Rojo' page --- docs/why-rojo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/why-rojo.md b/docs/why-rojo.md index aac22acb..64e135c9 100644 --- a/docs/why-rojo.md +++ b/docs/why-rojo.md @@ -3,9 +3,9 @@ Adding a tool like Rojo to your Roblox workflow can be daunting, but it comes wi [TOC] ## External Text Editors -Rojo opens the door to use the absolute best text editors in the world and their rich plugin ecosystem. +Rojo opens the door to use the absolute best text editors in the world and their rich plugin ecosystems. -Some very popular, free editors include [Visual Studio Code](https://code.visualstudio.com) and [Sublime Text](https://www.sublimetext.com). +Some very popular editors include [Visual Studio Code](https://code.visualstudio.com) and [Sublime Text](https://www.sublimetext.com). These advanced text editors have features like multi-cursor editing, goto symbol, multi-file regex find and replace, bookmarks and much more.