From bfc4a044be636dfa1334c222cbcaf95c26ab5b91 Mon Sep 17 00:00:00 2001 From: polyjitter Date: Fri, 22 Aug 2025 01:09:26 -0400 Subject: [PATCH] Fixed minor docs typo in Nosedrum.ComponentInteraction --- lib/nosedrum/component_interaction.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nosedrum/component_interaction.ex b/lib/nosedrum/component_interaction.ex index 31ee941..c1290f1 100644 --- a/lib/nosedrum/component_interaction.ex +++ b/lib/nosedrum/component_interaction.ex @@ -10,7 +10,7 @@ defmodule Nosedrum.ComponentInteraction do @doc """ Handle message component interactions. - Behaves the same way as the `Nosedrum.ApplicationCommand.commmand/1` callback. + Behaves the same way as the `Nosedrum.ApplicationCommand.command/1` callback. """ @callback message_component_interaction( interaction :: Nostrum.Struct.Interaction.t(),