diff --git a/site/src/pages/index.html b/site/src/pages/index.html
index bae4099..e5f85ef 100644
--- a/site/src/pages/index.html
+++ b/site/src/pages/index.html
@@ -27,9 +27,9 @@
- By extending our WebComponent base class, you get an easy authoring experience as you would expect in writing your components
+ By extending our base class, you get an easy authoring experience as you would expect in writing your components:
- - A signals-like props API that keeps your property changes and UI in sync
+ - A reactive props API that synchronizes your components' property values and UI
- Sensible life-cycle hooks that you understand and remember
- Extensible templates & renderer (examples in-progress)
- Provided out-of-the-box with McFly, a powerful no-framework framework