From 072fa09de040d8903ed484f2dc31db90b9e2a016 Mon Sep 17 00:00:00 2001 From: danielclow <106956386+danielclow@users.noreply.github.com> Date: Wed, 29 Nov 2023 22:34:26 +0800 Subject: [PATCH] docs: correct typo --- docs/en/07-develop/01-connect/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/07-develop/01-connect/index.md b/docs/en/07-develop/01-connect/index.md index 946ff100ed..2737875ddd 100644 --- a/docs/en/07-develop/01-connect/index.md +++ b/docs/en/07-develop/01-connect/index.md @@ -142,7 +142,7 @@ libtaos = { version = "*", features = ["rest"] } -Node.js client libary provides different ways of establishing connections by providing different packages. +Node.js client library provides different ways of establishing connections by providing different packages. 1. Install Node.js Native Client Library