Skip to content

Commit 19c5659

Browse files
authored
Grammar fix in README (#353)
1 parent a8f7fc8 commit 19c5659

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
@@ -141,7 +141,7 @@ const path = stringify(data); //=> "/:foo"
141141

142142
### Parse
143143

144-
The `parse` function accepts a string and returns `TokenData`, the set of tokens and other metadata parsed from the input string. `TokenData` is can used with `match` and `compile`.
144+
The `parse` function accepts a string and returns `TokenData`, which can be used with `match` and `compile`.
145145

146146
- **path** A string.
147147
- **options** _(optional)_

0 commit comments

Comments
 (0)