From 420a6fe445dcc464339a43c2fb6701e041ad05eb Mon Sep 17 00:00:00 2001 From: Deep145757 <146447579+Deep145757@users.noreply.github.com> Date: Sat, 28 Oct 2023 23:51:48 +0530 Subject: [PATCH] doc(README): remove typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cda6ff..aaafc1e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - Install via npm: `npm install z` - Require z in your code and use the matches function: `const { matches } = require('z')` -### Avaiable Patterns +### Available Patterns - Matches by value: `(x = 1) =>, (x = null) =>, (x = 'true') =>` - Matches by object or array: `(x = {a: 1}) =>, (x = [1, 2]) =>`