From 9b32987318d81929cbf38cbe423521125a6a5d1c Mon Sep 17 00:00:00 2001 From: zethussuen Date: Thu, 29 May 2014 12:48:45 -0700 Subject: [PATCH] fixes typo it's -> its --- README.md | 2 +- index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 46c3365..1ae7428 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ var editor = new EpicEditor(opts); textarea - The ID (string) or element (object) of a textarea you would like to sync the editor's content with. On page load if there is content in the textarea, the editor will use that as it's content. + The ID (string) or element (object) of a textarea you would like to sync the editor's content with. On page load if there is content in the textarea, the editor will use that as its content. diff --git a/index.html b/index.html index 0a7a0a3..959c15c 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@

Step 1: Download

$ git clone git@github.com:OscarGodson/EpicEditor

Step 2: Create your container element

<div id="epiceditor"></div>
-

Alternativly, wrap an existing textarea to load the contents into th EpicEditor instance. +

Alternately, wrap an existing textarea to load the contents into th EpicEditor instance.

<div id="epiceditor"><textarea id="my-edit-area"></textarea></div>
@@ -109,7 +109,7 @@

Options

textarea - The ID (string) or element (object) of a textarea you would like to sync the editor's content with. On page load if there is content in the textarea, the editor will use that as it's content. + The ID (string) or element (object) of a textarea you would like to sync the editor's content with. On page load if there is content in the textarea, the editor will use that as its content. @@ -632,7 +632,7 @@

Credits

- Fork me on GitHub + Fork me on GitHub