Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
astorije committed Feb 28, 2015
1 parent fe87eea commit 45257cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion out/guide/plugins/index.html
Expand Up @@ -173,7 +173,7 @@ <h3 id="basic-assertion">Basic Assertion</h3>
the assertion failed and the first error message will be thrown as part of a <code>chai.AssertionError</code>.
Conversely, if the language chain was negated, it will consider <code>false</code> a pass and <code>true</code> a failure.
The second error message will be included in the thrown error instead.</p>
<p>In all, the <code>assert</code> method accepts five arguments:</p>
<p>In all, the <code>assert</code> method accepts six arguments:</p>
<ol>
<li>a boolean (result of a truth test)</li>
<li>a string error message to be used if the first argument is <code>false</code></li>
Expand Down

0 comments on commit 45257cc

Please sign in to comment.