Skip to content

Commit

Permalink
one more typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Davis W. Frank committed May 27, 2012
1 parent fbf2751 commit 1378069
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ <h2>Asynchronous Support</h2>
</div>
<h2>The Runner and Reporter</h2>

<p>Jasmine is built in JavaScript must be included into a JS environment, such as a web page, in order to run. Like this web page.</p>
<p>Jasmine is built in JavaScript and must be included into a JS environment, such as a web page, in order to run. Like this web page.</p>

<p>This file is written in JavaSscript and is compiled into HTML via <a href="rocco">Rocco</a>. The JavaScript file is then included, via a <code>&lt;script&gt;</code> tag, so that all of the above specs are evaluated and recorded with Jasmine. Thus Jasmine can run all of these specs. This page is then considered a &#39;runner.&#39;</p>

Expand Down
2 changes: 1 addition & 1 deletion introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ <h2>Asynchronous Support</h2>
</div>
<h2>The Runner and Reporter</h2>

<p>Jasmine is built in JavaScript must be included into a JS environment, such as a web page, in order to run. Like this web page.</p>
<p>Jasmine is built in JavaScript and must be included into a JS environment, such as a web page, in order to run. Like this web page.</p>

<p>This file is written in JavaSscript and is compiled into HTML via <a href="rocco">Rocco</a>. The JavaScript file is then included, via a <code>&lt;script&gt;</code> tag, so that all of the above specs are evaluated and recorded with Jasmine. Thus Jasmine can run all of these specs. This page is then considered a &#39;runner.&#39;</p>

Expand Down
2 changes: 1 addition & 1 deletion src/introduction.js
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ describe("Asynchronous specs", function() {
/**
## The Runner and Reporter
Jasmine is built in JavaScript must be included into a JS environment, such as a web page, in order to run. Like this web page.
Jasmine is built in JavaScript and must be included into a JS environment, such as a web page, in order to run. Like this web page.
This file is written in JavaSscript and is compiled into HTML via [Rocco](rocco). The JavaScript file is then included, via a `<script>` tag, so that all of the above specs are evaluated and recorded with Jasmine. Thus Jasmine can run all of these specs. This page is then considered a 'runner.'
Expand Down

0 comments on commit 1378069

Please sign in to comment.