Skip to content

Commit 7a727cc

Browse files
authored
Merge pull request #30 from timarney/master
Fix typo
2 parents 310c7fe + ead2e27 commit 7a727cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var flatten = require('lodash/flatten');
88
* Given a string, replace every substring that is matched by the `match` regex
99
* with the result of calling `fn` on matched substring. The result will be an
1010
* array with all odd indexed elements containing the replacements. The primary
11-
* use case is similar to using String.prototype.replace execpt for React.
11+
* use case is similar to using String.prototype.replace except for React.
1212
*
1313
* React will happily render an array as children of a react element, which
1414
* makes this approach very useful for tasks like surrounding certain text

0 commit comments

Comments
 (0)