From 902764c27fccfdc6b85daf01c05b93e8f3cb8955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BF=E7=94=9F=E7=8B=AE=E5=AD=90?= Date: Fri, 16 Feb 2024 22:35:26 +0800 Subject: [PATCH] text: spell --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 645e78b..03e5f5c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ npm install --save anysort-typed ```js // select articles which has 'it' tag, put ahead, -// then move articles which status is 'editing' at the begining +// then move articles which status is 'editing' at the beginning anysort(articles) .tag.has('it') .status.is('editing') @@ -86,7 +86,7 @@ anysort(articles).created.date.reverse(123) anysort(articles, 'created.date-reverse(123)') ``` -* Zero dependencies(minifized + gzip ≈ 3KB) +* Zero dependencies(minified + gzip ≈ 3KB) * Well tested, logic and type