From 3f92125579c8b626421d286df5b855ead57be20b Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Sat, 23 Aug 2025 10:15:13 -0400 Subject: [PATCH] minor text tweaks --- app/pages/riot-about.riot | 2 +- app/pages/riot-welcome.riot | 4 ++-- index.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/pages/riot-about.riot b/app/pages/riot-about.riot index 6127ed1..67ab258 100644 --- a/app/pages/riot-about.riot +++ b/app/pages/riot-about.riot @@ -7,7 +7,7 @@

Single-Page-Application

-

components/pages

+

app/pages

state

routing

diff --git a/app/pages/riot-welcome.riot b/app/pages/riot-welcome.riot index 7268c47..3f771ba 100644 --- a/app/pages/riot-welcome.riot +++ b/app/pages/riot-welcome.riot @@ -6,7 +6,7 @@ Start development with RiotJS, a component-based ui library, Riot/Route, a client-side routing library, and - Vite front-end build tooling. + Vite as a front-end build tool.

Getting Started

@@ -31,7 +31,7 @@ Vite
- v6.x + v7.x
diff --git a/index.html b/index.html index bf854c5..dda014a 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Riot Template + Riot SPA Template