This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new f18922b4a6 Fix typo (#6885)
f18922b4a6 is described below
commit f18922b4a694502b9f71b2b419f7fd1dfd157ee2
Author: zh0122 <[email protected]>
AuthorDate: Wed Aug 3 17:59:15 2022 +0800
Fix typo (#6885)
---
docs/zh/UserGuide/QuickStart/WayToGetIoTDB.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/zh/UserGuide/QuickStart/WayToGetIoTDB.md
b/docs/zh/UserGuide/QuickStart/WayToGetIoTDB.md
index 2b96f62ffe..fd8d94aa08 100644
--- a/docs/zh/UserGuide/QuickStart/WayToGetIoTDB.md
+++ b/docs/zh/UserGuide/QuickStart/WayToGetIoTDB.md
@@ -44,7 +44,7 @@ IoTDB 为您提供了两种安装方式,您可以参考下面的建议,任
下载后,您可使用以下操作对 IoTDB 的压缩包进行解压:
```
-Shell > uzip iotdb-<version>.zip
+Shell > unzip iotdb-<version>.zip
```
### 使用源码编译