From ec255dbd7a70d7414a2842903be0fc9e39004948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?He=CC=84sperus?= Date: Wed, 11 Feb 2026 10:46:08 +0800 Subject: [PATCH] correct grammar mistakes --- README.md | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index a4a7a3a..d2cde5b 100644 --- a/README.md +++ b/README.md @@ -8,29 +8,29 @@

modern, lightweight, robust and extensible user gesture recognizer

- - CI Status - - - Test Coverage - - - Code Quality - - - Documentation - - - npm package - - - library security - - - package size - - Typescript - Made by Humans + + CI Status + + + Test Coverage + + + Code Quality + + + Documentation + + + npm package + + + library security + + + package size + + Typescript + Made by Humans

@@ -49,7 +49,7 @@ Pointeract is a tiny JavaScript/TypeScript utility library focusing on one thing - handling user interactions with DOM elements, e.g. multitouch and touchpad. -With the unique strength of versatile typings in TypeScript and its dynamic nature, Pointeract have achieved a highly _modular, extendable and efficient_ architecture. Its core bundle size is only **1KB** minified + gzipped, functionalities come from also byte-sized modules. It's fully **tree-shakable**, the fewer modules you use, the smaller your bundle is. +With the unique strength of versatile typings in TypeScript and its dynamic nature, Pointeract has achieved a highly _modular, extendable and efficient_ architecture. Its core bundle size is only **1KB** minified + gzipped, functionalities come from also byte-sized modules. It's fully **tree-shakable**, the fewer modules you use, the smaller your bundle is. ## Advantages @@ -127,7 +127,7 @@ There're already plenty of interaction libraries out there, most famous ones are ## Get Involved -This project welcomes anyone that have ideas to improve it. +This project welcomes anyone that has ideas to improve it. - [Open a pull request](https://github.com/hesprs/pointeract/compare) for a new module, event standard, documentation update, and so on. - [Open an issue](https://github.com/hesprs/pointeract/issues/new) if you find a bug.