aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
diff options
context:
space:
mode:
Diffstat (limited to 'site/content/docs')
-rw-r--r--site/content/docs/4.3/getting-started/build-tools.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/4.3/getting-started/build-tools.md b/site/content/docs/4.3/getting-started/build-tools.md
index 60b99959c..9e7176acf 100644
--- a/site/content/docs/4.3/getting-started/build-tools.md
+++ b/site/content/docs/4.3/getting-started/build-tools.md
@@ -55,10 +55,10 @@ Our [package.json]({{< param repo >}}/blob/v{{< param current_version >}}/packag
</tr>
<tr>
<td>
- <code>npm run docs</code>
+ <code>npm run docs-serve</code>
</td>
<td>
- Builds and lints CSS and JavaScript for docs. You can then run the documentation locally via <code>npm run docs-serve</code>.
+ Builds and runs the documentation locally.
</td>
</tr>
</tbody>