From c2e1028bc852438b67d2155edfb7fb15ec8695f8 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Mon, 11 Jul 2022 16:00:53 -0500 Subject: [PATCH] fix: anchorsx2 --- guide-en/walkthrough/first-command.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide-en/walkthrough/first-command.md b/guide-en/walkthrough/first-command.md index eeb426f86..3198eacc4 100644 --- a/guide-en/walkthrough/first-command.md +++ b/guide-en/walkthrough/first-command.md @@ -41,7 +41,7 @@ exports.default = commandModule({ - **module.description** (Optional) - Give your command a description. **(defaults to `..`)** - **module.plugins** (Optional) - - A list of [plugins](guide-en/walkthrough/plugins.md) that will modify and change the behavior of your command.
+ - A list of [plugins](plugins.md) that will modify and change the behavior of your command.
### Types of command modules Every command module `type` is part of an enum. This field allows type inference for the rest of a module's fields.