Skip to content

Commit a49bb7f

Browse files
authored
Merge pull request #33161 from Sea-n/fix-js
Use JavaScript instead of Javascript
2 parents 7e386e5 + 649328a commit a49bb7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 15
88
<!--Overview-->
99

1010
This guide shows you how to create, edit and share diagrams using the Mermaid
11-
Javascript library. Mermaid.js allows you to generate diagrams using a simple
11+
JavaScript library. Mermaid.js allows you to generate diagrams using a simple
1212
markdown-like syntax inside Markdown files. You can also use Mermaid to
1313
generate `.svg` or `.png` image files that you can add to your documentation.
1414

content/en/docs/tasks/administer-cluster/access-cluster-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ describes how you can configure this as a cluster administrator.
150150

151151
### Programmatic access to the API
152152

153-
Kubernetes officially supports client libraries for [Go](#go-client), [Python](#python-client), [Java](#java-client), [dotnet](#dotnet-client), [Javascript](#javascript-client), and [Haskell](#haskell-client). There are other client libraries that are provided and maintained by their authors, not the Kubernetes team. See [client libraries](/docs/reference/using-api/client-libraries/) for accessing the API from other languages and how they authenticate.
153+
Kubernetes officially supports client libraries for [Go](#go-client), [Python](#python-client), [Java](#java-client), [dotnet](#dotnet-client), [JavaScript](#javascript-client), and [Haskell](#haskell-client). There are other client libraries that are provided and maintained by their authors, not the Kubernetes team. See [client libraries](/docs/reference/using-api/client-libraries/) for accessing the API from other languages and how they authenticate.
154154

155155
#### Go client
156156

0 commit comments

Comments
 (0)