Merge pull request #1286 from krancour/typo-fixes

docs(spelling): Fix some random misspellings
pull/1294/head
Matt Butcher 8 years ago committed by GitHub
commit 25fbeb129e

@ -43,7 +43,7 @@ is responsible for the following domains:
Helm client, and interfaces with the Kubernetes API server. The server Helm client, and interfaces with the Kubernetes API server. The server
is responsible for the following: is responsible for the following:
- Listing for incomming requests from the Helm client - Listening for incoming requests from the Helm client
- Combining a chart and configuration to build a release - Combining a chart and configuration to build a release
- Installing charts into Kubernetes, and then tracking the subsequent - Installing charts into Kubernetes, and then tracking the subsequent
release release

@ -30,7 +30,7 @@ To run Helm and Tiller locally, you can run `bin/helm` or `bin/tiller`.
- Helm and Tiller are known to run on Mac OSX and most Linuxes, including - Helm and Tiller are known to run on Mac OSX and most Linuxes, including
Alpine. Alpine.
- Tiller must have access to a Kubernets cluster. It learns about the - Tiller must have access to a Kubernets cluster. It learns about the
cluster by examining the Kube config files that `kubectl` uese. cluster by examining the Kube config files that `kubectl` uses.
## gRPC and Protobuf ## gRPC and Protobuf
@ -186,4 +186,3 @@ Conventions:
messages. messages.
- Deprecated RPCs, messages, and fields are marked deprecated in the comments (`// UpdateFoo - Deprecated RPCs, messages, and fields are marked deprecated in the comments (`// UpdateFoo
DEPRECATED updates a foo.`). DEPRECATED updates a foo.`).

Loading…
Cancel
Save