From 765510b4fd26f566138f0909bdd1c1bcbc91fc8b Mon Sep 17 00:00:00 2001 From: Skylar Chen <118856026+monoxono@users.noreply.github.com> Date: Mon, 24 Apr 2023 22:26:00 +0200 Subject: [PATCH] Fix the command line in Node.js docs by removing extra backslash --- content/en/docs/instrumentation/js/getting-started/nodejs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/instrumentation/js/getting-started/nodejs.md b/content/en/docs/instrumentation/js/getting-started/nodejs.md index addbec39e32d..105579187ac9 100644 --- a/content/en/docs/instrumentation/js/getting-started/nodejs.md +++ b/content/en/docs/instrumentation/js/getting-started/nodejs.md @@ -36,7 +36,7 @@ npm install typescript \ ts-node \ @types/node \ express \ - @types/express \ + @types/express {{< /tab >}} {{< tab JavaScript >}}