Skip to content

Commit 007ae3b

Browse files
committed
docs: fixed typo RegEx > RegExp
1 parent 7270a5c commit 007ae3b

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
@@ -111,7 +111,7 @@ Assuming you are using [browserify][], [webpack][], [rollup][], or another bundl
111111
| `ipv4` | Boolean | `true` | Match against IPv4 URL's. | |
112112
| `ipv6` | Boolean | `true` | Match against IPv6 URL's. | |
113113
| `tlds` | Array | [tlds](https://github.com/stephenmathieson/node-tlds#readme) | Match against a specific list of tlds, or the default list provided by [tlds](https://github.com/stephenmathieson/node-tlds#readme). | |
114-
| `returnString` | Boolean | `false` | Return the RegEx as a String instead of a `RegExp` (useful for custom logic, such as we did with [Spam Scanner][spam-scanner]). | |
114+
| `returnString` | Boolean | `false` | Return the RegExp as a String instead of a `RegExp` (useful for custom logic, such as we did with [Spam Scanner][spam-scanner]). | |
115115

116116

117117
## Tips

0 commit comments

Comments
 (0)