From ecd1628fc96d14b704356900e0637455ed775bd3 Mon Sep 17 00:00:00 2001 From: makasaurus Date: Thu, 16 Sep 2021 23:46:01 -0400 Subject: [PATCH] Typo in README.md there's a small typo in the README.md htmx use the mocha... -> htmx uses the moca... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13d4d3df..ecd1ca4b 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ at this point you can modify `/src/htmx.js` to add features, and then add tests * `/test/ext` - extension tests * `/test/manual` - manual tests that cannot be automated -htmx use the [mocha](https://mochajs.org/) testing framework, the [chai](https://www.chaijs.com/) assertion frame work, +htmx uses the [mocha](https://mochajs.org/) testing framework, the [chai](https://www.chaijs.com/) assertion frame work, and [sinon](https://sinonjs.org/releases/v11.1.1/fake-xhr-and-server/) to mock out AJAX requests. They are all OK. ## haiku