Skip to content

Commit

Permalink
Update Command documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
duckRabbitPy authored and TanklesXL committed Aug 30, 2024
1 parent e8b0135 commit c905bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glint.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ pub type ArgsCount {

/// The type representing a glint command.
///
/// To create a new command, use the [`glint.command`](#command) funcion.
/// To create a new command, use the [`glint.command`](#command) function.
///
pub opaque type Command(a) {
Command(
Expand Down

0 comments on commit c905bad

Please sign in to comment.