diff options
author | Alex Houseago <41902631+ahouseago@users.noreply.github.com> | 2024-04-19 10:47:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-19 10:47:17 +0100 |
commit | d5f396a06209129319fdd5fa6e67d94b14a211f4 (patch) | |
tree | feaf120a92091f692ea734138b48a0033663c3a5 /src | |
parent | 48b04d9dc06f3f6190c8aafcb85ca12737634234 (diff) | |
download | lustre-d5f396a06209129319fdd5fa6e67d94b14a211f4.tar.gz lustre-d5f396a06209129319fdd5fa6e67d94b14a211f4.zip |
🔀 Fix typos in API docs. (#102)
Diffstat (limited to 'src')
-rw-r--r-- | src/lustre.gleam | 2 |
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 |