From f105e0ed2fc25b01fd644a2bab46ff02283c5a94 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 22 Jun 2022 16:34:51 -0400 Subject: [PATCH] Building a trace receiver: fix key formatting (#1475) --- content/en/docs/collector/trace-receiver.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/docs/collector/trace-receiver.md b/content/en/docs/collector/trace-receiver.md index 29582e2c0..f0dbcbd6f 100644 --- a/content/en/docs/collector/trace-receiver.md +++ b/content/en/docs/collector/trace-receiver.md @@ -1175,8 +1175,9 @@ pipeline and is now instantiating it and starting it given that 1 minute after the Collector has started, you can see the info line we added to the `ticker` function within the `Start()` method. -Now, go ahead and press `ctrl+c` in your Collector's terminal so you want watch -the shutdown process happening. Here is what the output should look like: +Now, go ahead and press Control+C in your Collector's terminal so you +want watch the shutdown process happening. Here is what the output should look +like: ```cmd ^C2022-03-03T11:20:14.652-0600 info service/collector.go:166 Received signal from OS {"signal": "interrupt"}