This is an automated email from the ASF dual-hosted git repository.
nicholasjiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-webui.git
The following commit(s) were added to refs/heads/main by this push:
new 0b92a084 [Bugfix] Fix document typo (#523)
0b92a084 is described below
commit 0b92a08463f316f14f593d49ce4f20fac6edf697
Author: yangyang zhong <[email protected]>
AuthorDate: Wed Aug 14 11:12:38 2024 +0800
[Bugfix] Fix document typo (#523)
---
docs/src/guide/quick-start.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/src/guide/quick-start.md b/docs/src/guide/quick-start.md
index e037ce7b..792b0498 100644
--- a/docs/src/guide/quick-start.md
+++ b/docs/src/guide/quick-start.md
@@ -73,7 +73,7 @@ This setup will prepare your system to properly run the
application with the nec
```shell
[root@paimon ~]# cd bin
[root@paimon ~]# chmod 755 env.sh
-[root@paimon ~]# vim evn.sh
+[root@paimon ~]# vi env.sh
```
## Starting the Service