Skip to content

Commit

Permalink
fixes typo it's -> its
Browse files Browse the repository at this point in the history
  • Loading branch information
zethussuen committed May 29, 2014
1 parent 9572c50 commit 9b32987
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ var editor = new EpicEditor(opts);
</tr>
<tr>
<td><code>textarea</code></td>
<td>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.</td>
<td>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.</td>
<td></td>
</tr>
<tr>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h3>Step 1: Download</h3>
<pre><code class="lang-bash">$ git clone git@github.com:OscarGodson/EpicEditor</code></pre>
<h3>Step 2: Create your container element</h3>
<pre><code class="lang-html">&lt;div id=&quot;epiceditor&quot;&gt;&lt;/div&gt;</code></pre>
<p>Alternativly, wrap an existing textarea to load the contents into th EpicEditor instance.
<p>Alternately, wrap an existing textarea to load the contents into th EpicEditor instance.

</p>
<pre><code class="lang-html">&lt;div id=&quot;epiceditor&quot;&gt;&lt;textarea id=&quot;my-edit-area&quot;&gt;&lt;/textarea&gt;&lt;/div&gt;</code></pre>
Expand Down Expand Up @@ -109,7 +109,7 @@ <h3>Options</h3>
</tr>
<tr>
<td><code>textarea</code></td>
<td>The ID (string) or element (object) of a textarea you would like to sync the editor&#39;s content with. On page load if there is content in the textarea, the editor will use that as it&#39;s content.</td>
<td>The ID (string) or element (object) of a textarea you would like to sync the editor&#39;s content with. On page load if there is content in the textarea, the editor will use that as its content.</td>
<td></td>
</tr>
<tr>
Expand Down Expand Up @@ -632,7 +632,7 @@ <h2>Credits</h2>
<div id="avatars">

</div>
<a href="http://github.com/OscarGodson/EpicEditor"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/camo.github.com/7afbc8b248c68eb468279e8c17986ad46549fb71/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
<a href="http://github.com/OscarGodson/EpicEditor"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/7afbc8b248c68eb468279e8c17986ad46549fb71/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>

<script src="docs/js/jquery.min.js"></script>
<script src="docs/js/prettify.js"></script>
Expand Down

0 comments on commit 9b32987

Please sign in to comment.