Skip to content

Commit e949cf9

Browse files
author
Charlike Mike Reagent
committed
fix desc
1 parent e54ac40 commit e949cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ npm test
2020
- `length` **{Number}** maximum length of mention, default `30`
2121
- `match` **{String}** what to match, default is `\w{1,30}`
2222
- `flags` **{String}** every valid RegExp flag, default `undefined`
23-
- `dot` **{Boolean}** replace options.match which is `\w` with `[A-Za-z0-9_.]`
23+
- `dot` **{Boolean}** will use `[A-Za-z0-9_.]` instead of `\w`
2424
* `return` **{RegExp}**
2525

2626

0 commit comments

Comments
 (0)