This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 85d515d [KYUUBI #1999] Update quick_start_with_helm.md
85d515d is described below
commit 85d515dbd2ebf9a0a6d4cdbf560756027b5abbb4
Author: HYBG-1126 <[email protected]>
AuthorDate: Thu Mar 3 23:29:27 2022 +0800
[KYUUBI #1999] Update quick_start_with_helm.md
cretate ns kyuubi ---> create ns kyuubi
### _Why are the changes needed?_
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [ ] [Run
test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests)
locally before make a pull request
Closes #1999 from HYBG-1126/patch-1.
Closes #1999
f68f73e9 [HYBG] Update quick_start_with_helm.md
Lead-authored-by: HYBG-1126 <[email protected]>
Co-authored-by: HYBG <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
docs/quick_start/quick_start_with_helm.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/quick_start/quick_start_with_helm.md
b/docs/quick_start/quick_start_with_helm.md
index e5ae424..92baefa 100644
--- a/docs/quick_start/quick_start_with_helm.md
+++ b/docs/quick_start/quick_start_with_helm.md
@@ -35,7 +35,7 @@ Please go to [Install
Helm](https://helm.sh/docs/intro/install/) page to get and
#### [Optional] Create namespace on kubernetes
```bash
-cretate ns kyuubi
+create ns kyuubi
```
#### Get kyuubi started