From 7e1294b16e519aa236076585fade164dfb2745b5 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 16 May 2020 07:11:26 +1000 Subject: [PATCH] docs: Fix simple typo, combosable -> composable There is a small typo in README.md. Should read `composable` rather than `combosable`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cd7832..ab48cdd 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ pattern.stringify({id: 20}) // '/api/users/20' - [frequently asked questions](#frequently-asked-questions) - npm package: `npm install url-pattern` - bower package: `bower install url-pattern` -- pattern parser implemented using simple, combosable, testable [parser combinators](https://en.wikipedia.org/wiki/Parser_combinator) +- pattern parser implemented using simple, composable, testable [parser combinators](https://en.wikipedia.org/wiki/Parser_combinator) - [typescript typings](index.d.ts) [check out **passage** if you are looking for simple composable routing that builds on top of url-pattern](https://github.com/snd/passage)