Explorar o código

Merge pull request #13261 from JimMoen/fix-typo

chore: fix typo
JimMoen hai 1 ano
pai
achega
0f0e7d18db
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      apps/emqx/include/emqx_metrics.hrl

+ 2 - 2
apps/emqx/include/emqx_metrics.hrl

@@ -119,12 +119,12 @@
     %% All Messages received
     %% All Messages received
     {counter, 'messages.received', <<
     {counter, 'messages.received', <<
         "Number of messages received from the client, equal to the sum of "
         "Number of messages received from the client, equal to the sum of "
-        "messages.qos0.received\fmessages.qos1.received and messages.qos2.received"
+        "messages.qos0.received, messages.qos1.received and messages.qos2.received"
     >>},
     >>},
     %% All Messages sent
     %% All Messages sent
     {counter, 'messages.sent', <<
     {counter, 'messages.sent', <<
         "Number of messages sent to the client, equal to the sum of "
         "Number of messages sent to the client, equal to the sum of "
-        "messages.qos0.sent\fmessages.qos1.sent and messages.qos2.sent"
+        "messages.qos0.sent, messages.qos1.sent and messages.qos2.sent"
     >>},
     >>},
     %% QoS0 Messages received
     %% QoS0 Messages received
     {counter, 'messages.qos0.received', <<"Number of QoS 0 messages received from clients">>},
     {counter, 'messages.qos0.received', <<"Number of QoS 0 messages received from clients">>},