From 897137c6c6fdaee7c1c87c385b8d242fb6aba155 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 27 Apr 2024 03:00:38 -0700 Subject: =?UTF-8?q?=F0=9F=94=80=20Fix=20the=20capitalization=20of=20"HTML"?= =?UTF-8?q?=20in=2004-server-side-rendering.md=20(#119)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/guide/04-server-side-rendering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/guide/04-server-side-rendering.md b/pages/guide/04-server-side-rendering.md index f4d5c21..05bacc1 100644 --- a/pages/guide/04-server-side-rendering.md +++ b/pages/guide/04-server-side-rendering.md @@ -98,7 +98,7 @@ because of the way it works, it's easy to implement one yourself! We've said many times now that in Lustre, your `view` is just a [pure function](https://github.com/lustre-labs/lustre/blob/main/pages/hints/pure-functions.md) -of your model. We should produce the same HTMl every time we call `view` with the +of your model. We should produce the same HTML every time we call `view` with the same model, no matter how many times we call it. Let's use that to our advantage! We know our app's `init` function is responsible -- cgit v1.2.3