From b45d4f6401ccbb853d18ecac64584f62a892059a Mon Sep 17 00:00:00 2001 From: Jaguar <48777426+Jaguar-515@users.noreply.github.com> Date: Wed, 28 Aug 2019 21:29:48 -0700 Subject: [PATCH] Correct capitalization/typos (#240) * Fix typo * Correct capitalization * Correct capitalization --- docs/guide/installation.md | 2 +- docs/guide/new-game.md | 2 +- docs/why-rojo.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index bae79754..dabd1f75 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -43,4 +43,4 @@ Download the attached `rbxm` file and put it into your Roblox Studio plugins fol {: align="center" } ### Installing from Roblox.com -Visit [Rojo's Roblox.com Plugin page](https://www.roblox.com/library/1997686364/Rojo-0-5-0-alpha-3) in Roblox Studio and press **Install**. \ No newline at end of file +Visit [Rojo's roblox.com plugin page](https://www.roblox.com/library/1997686364/Rojo-0-5-0-alpha-3) in Roblox Studio and press **Install**. diff --git a/docs/guide/new-game.md b/docs/guide/new-game.md index 638d4263..ffbba4c8 100644 --- a/docs/guide/new-game.md +++ b/docs/guide/new-game.md @@ -87,4 +87,4 @@ Generating and publishing your game is as simple as: rojo upload --asset_id [PLACE ID] --cookie "[SECURITY COOKIE]" ``` -An example project is available on GitHub that deploys to Roblox.com from GitHub and Travis-CI automatically: [https://github.com/LPGhatguy/roads](https://github.com/LPGhatguy/roads) +An example project is available on GitHub that deploys to roblox.com from GitHub and Travis-CI automatically: [https://github.com/LPGhatguy/roads](https://github.com/LPGhatguy/roads) diff --git a/docs/why-rojo.md b/docs/why-rojo.md index 05324834..279cb022 100644 --- a/docs/why-rojo.md +++ b/docs/why-rojo.md @@ -12,7 +12,7 @@ Rojo opens the door to use the absolute best text editors in the world and their 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. +These advanced text editors have features like multi-cursor editing, go-to symbol, multi-file regex find and replace, bookmarks and much more. Many Rojo VS Code users also use extensions like: @@ -41,4 +41,4 @@ Popular tools include: * [luacheck](https://github.com/mpeterv/luacheck), a static analysis tool to help you write better Lua * [ripgrep](https://github.com/BurntSushi/ripgrep), an extremely fast code search tool -* [Tokei](https://github.com/XAMPPRocky/tokei), a tool for statistics like lines of code \ No newline at end of file +* [Tokei](https://github.com/XAMPPRocky/tokei), a tool for statistics like lines of code