From 236745acba7db2f1da2baede78f1e498df3e0432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Szyma=C5=84ski?= Date: Sat, 29 Mar 2025 15:49:15 +0100 Subject: [PATCH] Grammar fix in the Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 321c057..1f19192 100644 --- a/Readme.md +++ b/Readme.md @@ -141,7 +141,7 @@ const path = stringify(data); //=> "/:foo" ### Parse -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`. +The `parse` function accepts a string and returns `TokenData`, the set of tokens and other metadata parsed from the input string. `TokenData` is used with `match` and `compile`. - **path** A string. - **options** _(optional)_