Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo 'libries' to 'libraries' #19

Merged
merged 1 commit into from Jul 30, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion html/example.html
Expand Up @@ -56,7 +56,7 @@ <h3>This is an Air-mode editable area.</h3>
<h2 id="codemirror">CodeMirror as Codeview</h2>
<p>If you include a <code>CodeMirror</code> on a page, you can use CodeMirror to Codeview.</p>
<p>Include jQuery, Bootstrap, font-awesome and <b>CodeMirror</b> with summernote.</p>
<pre><code class="xml">&lt;!-- include libries(jQuery, bootstrap, fontawesome) --&gt;
<pre><code class="xml">&lt;!-- include libraries(jQuery, bootstrap, fontawesome) --&gt;
&lt;script src="//code.jquery.com/jquery-1.9.1.min.js"&gt;&lt;/script&gt;
&lt;link href="//netdna.bootstrapcdn.com/bootstrap/3.0.1/css/bootstrap.min.css"&gt;
&lt;script src="//netdna.bootstrapcdn.com/bootstrap/3.0.1/js/bootstrap.min.js"&gt;&lt;/script&gt;
Expand Down
4 changes: 2 additions & 2 deletions html/getting-started.html
Expand Up @@ -79,7 +79,7 @@ <h3 id="installation-doctype">00. Requires HTML5 doctype</h3>
<h3 id="installation-include">01. Include js/css</h3>
<p>Summernote uses open source libraries(jQuery, Bootstrap, font-awesome).</p>
<p>Include the Following code in your HTML <code>&lt;HTML&gt;</code> tag</p>
<pre><code class="xml">&lt;!-- include libries(jQuery, bootstrap, fontawesome) --&gt;
<pre><code class="xml">&lt;!-- include libraries(jQuery, bootstrap, fontawesome) --&gt;
&lt;script src="//code.jquery.com/jquery-1.9.1.min.js"&gt;&lt;/script&gt;
&lt;link href="//netdna.bootstrapcdn.com/bootstrap/3.0.1/css/bootstrap.min.css" rel="stylesheet"&gt;
&lt;script src="//netdna.bootstrapcdn.com/bootstrap/3.0.1/js/bootstrap.min.js"&gt;&lt;/script&gt;
Expand Down Expand Up @@ -146,7 +146,7 @@ <h3 id="basic-api-code">get &amp; set Code</h3>
<h2 id="i18n">I18n Support</h2>
<h3 id="i18n-language">Language</h3>
<p>Include libraries with lang file. eg) <code>summernote-ko-KR.js</code></p>
<pre><code class="xml">&lt;!-- include libries(jQuery, bootstrap, fontawesome) --&gt;
<pre><code class="xml">&lt;!-- include libraries(jQuery, bootstrap, fontawesome) --&gt;
&lt;script src="//code.jquery.com/jquery-1.9.1.min.js"&gt;&lt;/script&gt;
&lt;link href="//netdna.bootstrapcdn.com/bootstrap/3.0.1/css/bootstrap.min.css"&gt;
&lt;script src="//netdna.bootstrapcdn.com/bootstrap/3.0.1/js/bootstrap.min.js"&gt;&lt;/script&gt;
Expand Down
2 changes: 1 addition & 1 deletion html/plugin.html
Expand Up @@ -76,7 +76,7 @@ <h4>Example</h4>
<h2 id="codemirror">CodeMirror as Codeview</h2>
<p>If you include a <code>CodeMirror</code> on a page, you can use CodeMirror to Codeview.</p>
<p>Include jQuery, Bootstrap, font-awesome and <b>CodeMirror</b> with summernote.</p>
<pre><code class="xml">&lt;!-- include libries(jQuery, bootstrap, fontawesome) --&gt;
<pre><code class="xml">&lt;!-- include libraries(jQuery, bootstrap, fontawesome) --&gt;
&lt;script src="//code.jquery.com/jquery-1.9.1.min.js"&gt;&lt;/script&gt;
&lt;link href="//netdna.bootstrapcdn.com/bootstrap/3.0.1/css/bootstrap.min.css"&gt;
&lt;script src="//netdna.bootstrapcdn.com/bootstrap/3.0.1/js/bootstrap.min.js"&gt;&lt;/script&gt;
Expand Down