Skip to content

Commit 38cbb50

Browse files
committed
[zh]Use JavaScript instead of Javascript
1 parent a49bb7f commit 38cbb50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ weight: 15
1515

1616
<!--
1717
This guide shows you how to create, edit and share diagrams using the Mermaid
18-
Javascript library. Mermaid.js allows you to generate diagrams using a simple
18+
JavaScript library. Mermaid.js allows you to generate diagrams using a simple
1919
markdown-like syntax inside Markdown files. You can also use Mermaid to
2020
generate `.svg` or `.png` image files that you can add to your documentation.
2121
@@ -24,7 +24,7 @@ and/or how to create and add diagrams to Kubernetes documentation.
2424
2525
Figure 1 outlines the topics covered in this section.
2626
-->
27-
本指南为你展示如何创建、编辑和分享基于 Mermaid Javascript 库的图表。
27+
本指南为你展示如何创建、编辑和分享基于 Mermaid JavaScript 库的图表。
2828
Mermaid.js 允许你使用简单的、类似于 Markdown 的语法来在 Markdown 文件中生成图表。
2929
你也可以使用 Mermaid 来创建 `.svg``.png` 图片文件,将其添加到你的文档中。
3030

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,12 @@ describes how you can configure this as a cluster administrator.
228228
<!--
229229
### Programmatic access to the API
230230
231-
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.
231+
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.
232232
-->
233233
### 编程方式访问 API
234234

235235
Kubernetes 官方支持 [Go](#go-client)[Python](#python-client)[Java](#java-client)
236-
[dotnet](#dotnet-client)[Javascript](#javascript-client)[Haskell](#haskell-client)
236+
[dotnet](#dotnet-client)[JavaScript](#javascript-client)[Haskell](#haskell-client)
237237
语言的客户端库。还有一些其他客户端库由对应作者而非 Kubernetes 团队提供并维护。
238238
参考[客户端库](/zh/docs/reference/using-api/client-libraries/)了解如何使用其他语言
239239
来访问 API 以及如何执行身份认证。

0 commit comments

Comments
 (0)