From 14fbba7a8ac01d4ae59d7e0d38711da7891ce71b Mon Sep 17 00:00:00 2001 From: Noritaka Kobayashi Date: Sat, 27 Sep 2025 21:10:05 +0900 Subject: [PATCH] chore: fix typo in test --- test/utils.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils.test.ts b/test/utils.test.ts index fbfe98c3..444a8e61 100644 --- a/test/utils.test.ts +++ b/test/utils.test.ts @@ -114,7 +114,7 @@ describe('utils', () => { expect(compareNumbers(actual, { lte })).toBe(true) }) - test('should pass when usin lte and gte and number is in between', () => { + test('should pass when using lte and gte and number is in between', () => { const actual = 10 const lte = 20 const gte = 1