diff --git a/site/src/pages/index.html b/site/src/pages/index.html index e74ac21..bc68062 100644 --- a/site/src/pages/index.html +++ b/site/src/pages/index.html @@ -103,8 +103,8 @@

Also, when coming from frameworks with an easy declarative coding experience (using templates), the default imperative way (e.g., - declaring elements, manually attaching event handlers, and other DOM - manipulations) is a frequent pain point we see. + creating instances of elements, manually attaching event handlers, and + other DOM manipulations) is a frequent pain point we see.

This project aims to address these with virtually zero tooling