aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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