From 1e2ead48477ba5d21e8cb844d5911b04dacf8778 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 21 Oct 2021 13:13:24 -0400 Subject: [PATCH] Copyedit to content/en/docs/js/instrumentation.md Co-authored-by: Bartlomiej Obecny --- content/en/docs/js/instrumentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/js/instrumentation.md b/content/en/docs/js/instrumentation.md index 9d9044f530ea..eb5b65b73325 100644 --- a/content/en/docs/js/instrumentation.md +++ b/content/en/docs/js/instrumentation.md @@ -33,7 +33,7 @@ function doWork() { ## Creating Spans As you have learned in the previous [Getting Started][] guide you need a -TracerProvider and an Exporter. Install the dependencies and add them to head of +TracerProvider and an Exporter. Install the dependencies and add them to the head of your application code to get started: ```shell