From 93670a1fb5f09af77bef78516ee99c23748324e3 Mon Sep 17 00:00:00 2001 From: tom tomsen Date: Tue, 25 Jun 2024 22:59:42 +0200 Subject: Fix typo (#150) MOCEL -> MODEL --- examples/99-full-stack-applications/client/src/app.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/99-full-stack-applications/client/src/app.gleam b/examples/99-full-stack-applications/client/src/app.gleam index 58715ca..aae4530 100644 --- a/examples/99-full-stack-applications/client/src/app.gleam +++ b/examples/99-full-stack-applications/client/src/app.gleam @@ -21,7 +21,7 @@ pub fn main() { Nil } -// MOCEL ----------------------------------------------------------------------- +// MODEL ----------------------------------------------------------------------- type Model = List(#(String, Int)) -- cgit v1.2.3