1
0

Fix exclude doc.

This commit is contained in:
André Cruz
2016-10-06 12:36:53 +01:00
committed by GitHub
parent b50814fe17
commit 4ffc983559

View File

@@ -72,7 +72,7 @@ You can also use exclusion syntax, like `-from:sep@foobar.io name:hello,world` .
```javascript
{
name: ['hello', 'world'],
exclusion: {
exclude: {
from: ['sep@foobar.io']
}
}