From 0b36e64a245c6367aa4c5d8dfd74bb0ae4d1b31b Mon Sep 17 00:00:00 2001 From: Boaz Yoo Date: Wed, 4 Oct 2023 11:53:39 -0400 Subject: [PATCH] Update README.md Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13c42a0..7287692 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ func NewRouter() *HttpRouter // `pattern`: patterns on the request _path_. Patterns can include arbitrary // "directories". Directories can include "captures" of the form // `:variable_name` that capture the actual directory value into a -// HTTP query paramter. Leading and trailing '/' (slash) characters +// HTTP query parameter. Leading and trailing '/' (slash) characters // are ignored. // // Example: