From 88403559af1db2ec93ed48f5e69d33a19cd3be1b Mon Sep 17 00:00:00 2001 From: DDDHuang <44492639+DDDHuang@users.noreply.github.com> Date: Thu, 24 Mar 2022 18:42:54 +0800 Subject: [PATCH] fix(conf): auto subscription, batter docs Co-authored-by: Dmitrii <99872536+ieQu1@users.noreply.github.com> --- apps/emqx_auto_subscribe/etc/emqx_auto_subscribe.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/emqx_auto_subscribe/etc/emqx_auto_subscribe.conf b/apps/emqx_auto_subscribe/etc/emqx_auto_subscribe.conf index a12b30fa1..724a52faf 100644 --- a/apps/emqx_auto_subscribe/etc/emqx_auto_subscribe.conf +++ b/apps/emqx_auto_subscribe/etc/emqx_auto_subscribe.conf @@ -1,8 +1,8 @@ -## When the device log in successfully, -## The auto-subscribe will complete the subscription for the device +## When the device logs in successfully, +## the auto-subscribe will complete the subscription for the device ## according to the preset topics list. -## Placeholders is supported. +## Placeholders are supported. ## ## - ${clientid} ## - ${username}