From d3adffedd4c9c3fce9d061fce0097d4649bc13c1 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 27 Apr 2024 03:00:54 -0700 Subject: =?UTF-8?q?=F0=9F=94=80=20Fix=20a=20spelling=20mistake=20in=2004-s?= =?UTF-8?q?erver-side-rendering.md=20(#120)?= 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(-) (limited to 'pages/guide/04-server-side-rendering.md') diff --git a/pages/guide/04-server-side-rendering.md b/pages/guide/04-server-side-rendering.md index 05bacc1..a67ab14 100644 --- a/pages/guide/04-server-side-rendering.md +++ b/pages/guide/04-server-side-rendering.md @@ -103,7 +103,7 @@ 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 for producing the initial model, so all we need is a way to make sure the initial -model on the client is the same as whate the server used to render the page. +model on the client is the same as what the server used to render the page. ```gleam pub fn view(model: Int) -> Element(Msg) { -- cgit v1.2.3