Skip to content

Commit d717167

Browse files
authored
Fix GitHub capitalization
1 parent b713869 commit d717167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/cluster-administration/manage-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ kubectl apply -f https://k8s.io/examples/application/nginx/
4747

4848
It is a recommended practice to put resources related to the same microservice or application tier into the same file, and to group all of the files associated with your application in the same directory. If the tiers of your application bind to each other using DNS, you can deploy all of the components of your stack together.
4949

50-
A URL can also be specified as a configuration source, which is handy for deploying directly from configuration files checked into github:
50+
A URL can also be specified as a configuration source, which is handy for deploying directly from configuration files checked into GitHub:
5151

5252
```shell
5353
kubectl apply -f https://raw.githubusercontent.com/kubernetes/website/master/content/en/examples/application/nginx/nginx-deployment.yaml

0 commit comments

Comments
 (0)