Skip to content

Commit bf608bd

Browse files
authored
Merge pull request #27998 from Arhell/letter
[zh] fix capitalization
2 parents 7d2fb1e + d2025e4 commit bf608bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ kubectl apply -f https://k8s.io/examples/application/nginx/
7474
7575
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, then you can deploy all of the components of your stack together.
7676
77-
A URL can also be specified as a configuration source, which is handy for deploying directly from configuration files checked into github:
77+
A URL can also be specified as a configuration source, which is handy for deploying directly from configuration files checked into Github:
7878
-->
7979
`kubectl` 将读取任何后缀为 `.yaml``.yml` 或者 `.json` 的文件。
8080

0 commit comments

Comments
 (0)