From 1b99653cdd41d2c94122e05bb8335c08acd39734 Mon Sep 17 00:00:00 2001 From: Luke Yu <894402575@qq.com> Date: Wed, 25 Sep 2024 15:57:40 +0800 Subject: [PATCH] Update mqtt-js-tutorial.md text format --- en/202406/mqtt-js-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/202406/mqtt-js-tutorial.md b/en/202406/mqtt-js-tutorial.md index 06a76005..a82714fc 100644 --- a/en/202406/mqtt-js-tutorial.md +++ b/en/202406/mqtt-js-tutorial.md @@ -291,7 +291,7 @@ Once the connection is successful, the returned Client object can listen to mult }) ``` -- `error +- `error` Triggered when the client cannot connect successfully or a parsing error occurs. The parameter error is the error message