Fix minor typo in the docstring of property

This commit is contained in:
Jérémie Astori 2016-05-29 19:00:35 -04:00
parent 5e7dc28438
commit 27de3a734b

View file

@ -856,7 +856,7 @@ module.exports = function (chai, _) {
* .with.deep.property('[2]')
* .that.deep.equals({ tea: 'konacha' });
*
* Note that dots and bracket in `name` must be backslash-escaped when
* Note that dots and brackets in `name` must be backslash-escaped when
* the `deep` flag is set, while they must NOT be escaped when the `deep`
* flag is not set.
*