We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 310c7fe + ead2e27 commit 7a727ccCopy full SHA for 7a727cc
index.js
@@ -8,7 +8,7 @@ var flatten = require('lodash/flatten');
8
* Given a string, replace every substring that is matched by the `match` regex
9
* with the result of calling `fn` on matched substring. The result will be an
10
* array with all odd indexed elements containing the replacements. The primary
11
- * use case is similar to using String.prototype.replace execpt for React.
+ * use case is similar to using String.prototype.replace except for React.
12
*
13
* React will happily render an array as children of a react element, which
14
* makes this approach very useful for tasks like surrounding certain text
0 commit comments