mirror of
https://github.com/chaijs/chai
synced 2024-11-15 00:07:11 +00:00
Fix minor typo in the docstring of property
This commit is contained in:
parent
5e7dc28438
commit
27de3a734b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue