Skip to content

Commit 665ab5d

Browse files
vemoojonschlinkert
authored andcommitted
update keepEscaping doc (#27)
1 parent 3f8e7ff commit 665ab5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -287,13 +287,13 @@ console.log(braces('a/b{1,3}/{x,y,z}', {quantifiers: true, expand: true}));
287287
//=> [ 'a/b{1,3}/x', 'a/b{1,3}/y', 'a/b{1,3}/z' ]
288288
```
289289

290-
### options.unescape
290+
### options.keepEscaping
291291

292292
**Type**: `Boolean`
293293

294294
**Default**: `undefined`
295295

296-
**Description**: Strip backslashes that were used for escaping from the result.
296+
**Description**: Do not strip backslashes that were used for escaping from the result.
297297

298298
## What is "brace expansion"?
299299

0 commit comments

Comments
 (0)