From d5f396a06209129319fdd5fa6e67d94b14a211f4 Mon Sep 17 00:00:00 2001 From: Alex Houseago <41902631+ahouseago@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:47:17 +0100 Subject: =?UTF-8?q?=F0=9F=94=80=20Fix=20typos=20in=20API=20docs.=20(#102)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lustre.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lustre.gleam b/src/lustre.gleam index 99d97b3..e74a55a 100644 --- a/src/lustre.gleam +++ b/src/lustre.gleam @@ -239,7 +239,7 @@ pub type ServerComponent /// An action represents a message that can be sent to a running Lustre application. /// Code that is orchestrating an application where Lustre is only one part of the -/// system will likely want to send actions to the ustre runtime. For most kinds of +/// system will likely want to send actions to the Lustre runtime. For most kinds of /// application, you can usually ignore actions entirely. /// /// The `msg` type parameter is the kind of messages you can send to the runtime's -- cgit v1.2.3