From 8ae0a4ccd42ba3238033f40f74f934566fc85627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pertti=20Kellom=C3=A4ki?= Date: Fri, 4 Sep 2020 21:49:56 +0300 Subject: [PATCH] Update basics.md My pet peeve ;-) Few = hardly any. A few = a couple Some = a few or maybe more. --- doc/frontend/basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/frontend/basics.md b/doc/frontend/basics.md index 42e0e5e5..6c049075 100644 --- a/doc/frontend/basics.md +++ b/doc/frontend/basics.md @@ -10,7 +10,7 @@ history events ## Core functions -`reitit.frontend` provides few useful functions wrapping core functions: +`reitit.frontend` provides some useful functions wrapping core functions: `match-by-path` version which parses a URI using JavaScript, including query-string, and also [coerces the parameters](../coercion/coercion.md).