You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/10/15 08:43:59 UTC

[incubator-seatunnel-website] branch main updated: Fixed capitalization (#158)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 29c62691fc Fixed capitalization (#158)
29c62691fc is described below

commit 29c62691fcf17bdab0771de57e1c2e332c3e0d96
Author: Marc Leibold <le...@gmail.com>
AuthorDate: Sat Oct 15 10:43:55 2022 +0200

    Fixed capitalization (#158)
    
    Kubernetes, Docker and Helm are names, so they need to be capitalized
---
 versioned_docs/version-2.2.0-beta/start/kubernetes.mdx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/versioned_docs/version-2.2.0-beta/start/kubernetes.mdx b/versioned_docs/version-2.2.0-beta/start/kubernetes.mdx
index be3a72d9ba..5c4b021317 100644
--- a/versioned_docs/version-2.2.0-beta/start/kubernetes.mdx
+++ b/versioned_docs/version-2.2.0-beta/start/kubernetes.mdx
@@ -13,13 +13,13 @@ This section provides a quick guide to using SeaTunnel with Kubernetes.
 
 We assume that you have a local installations of the following:
 
-- [docker](https://docs.docker.com/)
-- [kubernetes](https://kubernetes.io/)
-- [helm](https://helm.sh/docs/intro/quickstart/)
+- [Docker](https://docs.docker.com/)
+- [Kubernetes](https://kubernetes.io/)
+- [Helm](https://helm.sh/docs/intro/quickstart/)
 
 So that the `kubectl` and `helm` commands are available on your local system.
 
-For kubernetes [minikube](https://minikube.sigs.k8s.io/docs/start/) is our choice, at the time of writing this we are using version v1.23.3. You can start a cluster with the following command:
+For Kubernetes [minikube](https://minikube.sigs.k8s.io/docs/start/) is our choice, at the time of writing this we are using version v1.23.3. You can start a cluster with the following command:
 
 ```bash
 minikube start --kubernetes-version=v1.23.3