aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/learn/tools_and_testing
diff options
context:
space:
mode:
authorYieldRay <24633623+YieldRay@users.noreply.github.com>2022-01-13 00:32:50 +0800
committerGitHub <noreply@github.com>2022-01-13 00:32:50 +0800
commit35418cc37d979defe9ea6a6c4e659eef350a477c (patch)
tree3bc375692e17fed0d19396b7d2729377d0d0ea4b /files/zh-cn/learn/tools_and_testing
parent10ee83b35987940bf4179add8e678534e3a563c2 (diff)
downloadtranslated-content-35418cc37d979defe9ea6a6c4e659eef350a477c.tar.gz
translated-content-35418cc37d979defe9ea6a6c4e659eef350a477c.tar.bz2
translated-content-35418cc37d979defe9ea6a6c4e659eef350a477c.zip
Update index.html (#3584)
Diffstat (limited to 'files/zh-cn/learn/tools_and_testing')
-rw-r--r--files/zh-cn/learn/tools_and_testing/understanding_client-side_tools/command_line/index.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/files/zh-cn/learn/tools_and_testing/understanding_client-side_tools/command_line/index.html b/files/zh-cn/learn/tools_and_testing/understanding_client-side_tools/command_line/index.html
index ce0d00fee7..3fe5d65114 100644
--- a/files/zh-cn/learn/tools_and_testing/understanding_client-side_tools/command_line/index.html
+++ b/files/zh-cn/learn/tools_and_testing/understanding_client-side_tools/command_line/index.html
@@ -730,14 +730,14 @@ https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch
<section id="sect139">
<article>
<section id="sect140">
-<p>在开始安装Prettier之前,有一个问题需要回答:“我们应该安装到哪里?</p>
+<p>在开始安装Prettier之前,有一个问题需要回答:“我们应该安装到哪里?”</p>
</section>
</article>
</section>
-<p>用<code>npm</code> 我们可以选择在全球安装工具,因此我们可以在任何地方或本地访问当前项目目录。</p>
+<p>用<code>npm</code> 我们可以选择在全局安装工具,因此我们可以在任何地方或本地访问当前项目目录。</p>
-<p>每种方式各有利弊 — 而这张全球安装的利弊清单还远远不够详尽:</p>
+<p>每种方式各有利弊 — 而这张全局安装的利弊清单还远远不够详尽:</p>
<table class="standard-table">
<thead>
@@ -745,11 +745,11 @@ https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch
<th scope="col">
<section id="sect141">
<article>
- <p>全球安装的优点</p>
+ <p>全局安装的优点</p>
</article>
</section>
</th>
- <th scope="col">全球安装的缺点</th>
+ <th scope="col">全局安装的缺点</th>
</tr>
</thead>
<tbody>
@@ -769,7 +769,7 @@ https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch
<section id="sect143">
<article>
<section id="sect144">
- <p>您团队中的其他开发人员无法使用这些工具,例如,如果您通过git这样的工具共享代码基。</p>
+ <p>您团队中的其他开发人员无法使用这些工具,例如,如果您通过git这样的工具共享代码仓库。</p>
</section>
</article>
</section>
@@ -787,7 +787,7 @@ https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch
<section id="sect146">
<article>
<section id="sect147">
- <p>与前一点相关的是,它使得项目代码更难复制(如果您在本地安装工具,可以将它们设置为依赖项并使用npm进行安装<code style="">npm install</code><span style="">).</span></p>
+ <p>与前一点相关的是,它使得项目代码更难复制(如果您在本地安装工具,可以将它们设置为依赖项并使用npm进行安装(<code style="">npm install</code><span style="">).</span></p>
</section>
</article>
</section>
@@ -810,7 +810,7 @@ https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch
<section id="sect150">
<article>
<section id="sect151">
- <p>感觉像任何其他unix命令</p>
+ <p>就像任何其他unix命令</p>
</section>
</article>
</section>
@@ -841,7 +841,7 @@ https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch
<section id="sect156">
<article>
<section id="sect157">
-<p>Prettier是一款专门为前端开发人员设计的代码格式化工具,专注于基于javascript的语言,并增加了对HTML、CSS、SCSS、JSON等的支持。Prettier 能:</p>
+<p>Prettier是一款专门为前端开发人员设计的代码格式化工具,专注于基于javascript的语言,并增加了对HTML、CSS、SCSS、JSON等的支持。Prettier 能够:</p>
</section>
</article>
</section>
@@ -866,7 +866,7 @@ https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch
<section id="sect161">
<article>
<section id="sect162">
-<p>安装node之后,打开终端并运行以下命令来安装更漂亮的程序:</p>
+<p>安装node之后,打开终端并运行以下命令来安装prettier程序:</p>
</section>
</article>
</section>
@@ -893,7 +893,7 @@ https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch
</article>
</section>
-<pre class="brush: bash notranslate">Usage: prettier [options] [file/glob ...]
+<pre class="brush: bash notranslate">Usage: prettier [options] [file/dir/glob ...]
By default, output is written to stdout.
Stdin is read if it is piped to Prettier and no files are given.