File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/contribute/style Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -249,11 +249,11 @@ also known as PascalCase. Do not write API kinds with code formatting.
249
249
250
250
Don't split an API object name into separate words. For example, use PodTemplateList, not Pod Template List.
251
251
252
- For more information about PascalCase and code formatting, please review the related guidance on
252
+ For more information about PascalCase and code formatting, review the related guidance on
253
253
[ Use upper camel case for API objects] ( /docs/contribute/style/style-guide/#use-upper-camel-case-for-api-objects )
254
254
and [ Use code style for inline code, commands, and API objects] ( /docs/contribute/style/style-guide/#code-style-inline-code ) .
255
255
256
- For more information about Kubernetes API terminologies, please review the related
256
+ For more information about Kubernetes API terminologies, review the related
257
257
guidance on [ Kubernetes API terminology] ( /docs/reference/using-api/api-concepts/#standard-api-terminology ) .
258
258
259
259
## Code snippet formatting
You can’t perform that action at this time.
0 commit comments