Skip to content

Commit fb9e21c

Browse files
authored
Merge pull request #46730 from network-charles/network-charles-patch-2
Fix Style Guide Violation
2 parents 8a4e77b + c9fb267 commit fb9e21c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/contribute/style/style-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,11 @@ also known as PascalCase. Do not write API kinds with code formatting.
249249

250250
Don't split an API object name into separate words. For example, use PodTemplateList, not Pod Template List.
251251

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
253253
[Use upper camel case for API objects](/docs/contribute/style/style-guide/#use-upper-camel-case-for-api-objects)
254254
and [Use code style for inline code, commands, and API objects](/docs/contribute/style/style-guide/#code-style-inline-code).
255255

256-
For more information about Kubernetes API terminologies, please review the related
256+
For more information about Kubernetes API terminologies, review the related
257257
guidance on [Kubernetes API terminology](/docs/reference/using-api/api-concepts/#standard-api-terminology).
258258

259259
## Code snippet formatting

0 commit comments

Comments
 (0)