From 45257cc3e39fa9a21d13074b7da738f56fe31e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sat, 28 Feb 2015 18:15:24 -0500 Subject: [PATCH] Update index.html --- out/guide/plugins/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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