From 9fb35a1d644393107806a62d82c01bffe5556506 Mon Sep 17 00:00:00 2001 From: k32 <10274441+k32@users.noreply.github.com> Date: Fri, 18 Feb 2022 18:35:16 +0100 Subject: [PATCH] docs: Fix typo Co-authored-by: Thales Macedo Garitezi --- apps/emqx/src/emqx_schema.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx/src/emqx_schema.erl b/apps/emqx/src/emqx_schema.erl index 7289dcef4..51a9273b3 100644 --- a/apps/emqx/src/emqx_schema.erl +++ b/apps/emqx/src/emqx_schema.erl @@ -923,7 +923,7 @@ fields("sysmon") -> [ {"vm", sc(ref("sysmon_vm"), #{ desc => "This part of the configuration is responsible for collecting - BEAM VM events, such as long garbage collection, traffic congesiton in the inter-broker + BEAM VM events, such as long garbage collection, traffic congestion in the inter-broker communication, etc." }) }