aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Houseago <41902631+ahouseago@users.noreply.github.com>2024-04-19 10:47:17 +0100
committerGitHub <noreply@github.com>2024-04-19 10:47:17 +0100
commitd5f396a06209129319fdd5fa6e67d94b14a211f4 (patch)
treefeaf120a92091f692ea734138b48a0033663c3a5
parent48b04d9dc06f3f6190c8aafcb85ca12737634234 (diff)
downloadlustre-d5f396a06209129319fdd5fa6e67d94b14a211f4.tar.gz
lustre-d5f396a06209129319fdd5fa6e67d94b14a211f4.zip
🔀 Fix typos in API docs. (#102)
-rw-r--r--src/lustre.gleam2
1 files changed, 1 insertions, 1 deletions
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