Skip to content

Commit

Permalink
Update create-and-connect-a-postgresql-cluster.md
Browse files Browse the repository at this point in the history
change posrgresql to postgresql
  • Loading branch information
taylor840326 committed Sep 25, 2024
1 parent a382a84 commit df71888
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ If you want to specify a cluster version, you can first view the available versi
```bash
kbcli clusterversion list
kbcli cluster create --cluster-definition posrgresql --version postgresql-14.8.0
kbcli cluster create --cluster-definition postgresql --version postgresql-14.8.0
```

:::note
Expand Down

0 comments on commit df71888

Please sign in to comment.