Skip to content

Commit 9c4aed1

Browse files
committed
Fix typo in matchRoutes.js
1 parent 20f7969 commit 9c4aed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matchRoutes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var mergeInto = require('react/lib/mergeInto');
55
var invariant = require('react/lib/invariant');
66

77
/**
8-
* Match rotues against a path
8+
* Match routes against a path
99
*
1010
* @param {Array.<Route>} routes
1111
* @param {String} path

0 commit comments

Comments
 (0)