From f5049b696a0de99e0a929a3a35fb8da9cd44ad64 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 29 Dec 2021 13:28:01 +0100 Subject: [PATCH] docs: fix a misspell in emqx_mgmt_cli --- apps/emqx_management/src/emqx_mgmt_cli.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_management/src/emqx_mgmt_cli.erl b/apps/emqx_management/src/emqx_mgmt_cli.erl index 5885a2b17..f5db4d89a 100644 --- a/apps/emqx_management/src/emqx_mgmt_cli.erl +++ b/apps/emqx_management/src/emqx_mgmt_cli.erl @@ -266,7 +266,7 @@ plugins(_) -> "'front', 'rear', or 'before Other-Vsn' to specify a relative position.\n" "The Position parameter can be used to adjust the boot order.\n" "If no Position is given, an already configured plugin\n" - "will stary at is old position; a newly plugin is appended to the rear\n" + "will stay at is old position; a newly plugin is appended to the rear\n" "e.g. plugins disable foo-0.1.0 front\n" " plugins enable bar-0.2.0 before foo-0.1.0"} ]).