Skip to content

Commit 11233f2

Browse files
committed
Merge pull request json-schema-org#127 from barelyknown/gh-pages
fix spelling error
2 parents d846fba + 04bee2e commit 11233f2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

content/example2.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ <h2>The <em>diskDevice</em> storage type</h2>
224224
}
225225
</pre>
226226

227-
<p>You will have noted that we need not speficy that <em>type</em> must be a string: the constraint
227+
<p>You will have noted that we need not specify that <em>type</em> must be a string: the constraint
228228
described by <em>enum</em> is enough.</p>
229229
</div>
230230

@@ -458,4 +458,3 @@ <h3>Tools have varying JSON Schema support</h3>
458458
draft v4 (in fact, most don't support it).</li>
459459
</ul>
460460
</div>
461-

example2.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
1111
_gaq.push(['_setAccount', 'UA-37169005-1']);
1212
_gaq.push(['_trackPageview']);
13-
13+
1414
(function() {
1515
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
1616
ga.src = ('https:' == document.___location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
@@ -25,7 +25,7 @@
2525
<h1>json-schema.org</h1>
2626
<div class="tagline">The home of JSON Schema</div>
2727
</div>
28-
28+
2929
<div class="page-content">
3030
<div class="page-menu">
3131
<a href=".">about</a> <a href="documentation.html">docs</a> <a class="selected" href="examples.html">examples</a> <a href="implementations.html">software</a> </div>
@@ -256,7 +256,7 @@ <h2>The <em>diskDevice</em> storage type</h2>
256256
}
257257
</pre>
258258

259-
<p>You will have noted that we need not speficy that <em>type</em> must be a string: the constraint
259+
<p>You will have noted that we need not specify that <em>type</em> must be a string: the constraint
260260
described by <em>enum</em> is enough.</p>
261261
</div>
262262

0 commit comments

Comments
 (0)