diff --git a/out/guide/plugins/index.html b/out/guide/plugins/index.html index 636e4ee9..9871a9b9 100644 --- a/out/guide/plugins/index.html +++ b/out/guide/plugins/index.html @@ -173,7 +173,7 @@

Basic Assertion

the assertion failed and the first error message will be thrown as part of a chai.AssertionError. Conversely, if the language chain was negated, it will consider false a pass and true a failure. The second error message will be included in the thrown error instead.

-

In all, the assert method accepts five arguments:

+

In all, the assert method accepts six arguments:

  1. a boolean (result of a truth test)
  2. a string error message to be used if the first argument is false