From 0c5b55b3f56e313accb40ea9c70ce7b5a574d209 Mon Sep 17 00:00:00 2001 From: Max Rothman Date: Tue, 12 Jan 2016 15:23:45 -0500 Subject: [PATCH] Fix a few typos --- client/homebrew/homePage/welcomeMessage.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/homebrew/homePage/welcomeMessage.js b/client/homebrew/homePage/welcomeMessage.js index 68fe1241a..3a39acabb 100644 --- a/client/homebrew/homePage/welcomeMessage.js +++ b/client/homebrew/homePage/welcomeMessage.js @@ -5,7 +5,7 @@ module.exports = [ "Tell us of the wondrous items and and artifacts you have found, their mysteries yet to be unlocked. Of the vexing vocations and surprising skills you have seen.", "", "### Homebrew made easy", -"The Homebrewery allows for the creation and sharing of authentic looking Fifth-Edition homebrews, with just text editing. It accomplishes this by using [Markdown](https://help.github.com/articles/markdown-basics/) along with some custom CSS-stlying.", +"The Homebrewery allows for the creation and sharing of authentic looking Fifth-Edition homebrews, with just text editing. It accomplishes this by using [Markdown](https://help.github.com/articles/markdown-basics/) along with some custom CSS-styling.", "", "Stop worrying about learning photoshop, fiddling with spacing, or tracking down the PHB assets. Just focus on making your homebrew **great**.", "", @@ -32,7 +32,7 @@ module.exports = [ "", "> ##### Words of Caution", "> ___", -"> * **Concurrent Editing** The Homebrewery does not support concurrent user editing. It's best one user at a time makes edits to avoid overwriting eachother.", +"> * **Concurrent Editing** The Homebrewery does not support concurrent user editing. It's best one user at a time makes edits to avoid overwriting each other.", "> * **Back-up your brews** I can not guarantee that I will support this project indefinitely. So if you'd like to hang on to your creation be sure to back up it up.", "", "", @@ -50,7 +50,7 @@ module.exports = [ "", "___", "* **Horizontal Rules** are generally used to *modify* existing elements into a different style. For example, a horizontal rule before a blockquote will give it the style of a Monster Stat Block instead of a note.", -"* **New Pages** are controlled by the author. It's impossible for the site to detect when the end of a page is reached, so indicate you'd like to start a new page with **`/page`** on it's own line .", +"* **New Pages** are controlled by the author. It's impossible for the site to detect when the end of a page is reached, so indicate you'd like to start a new page with **`\page`** on its own line .", "* **Code Blocks** are used only to indicate column breaks. Since they don't allow for styling within them, they weren't that useful to use.", "* **HTML** can be used to get *just* the right look for your homebrew. I've included some examples in the snippet icons above the editor.", "",