From 1734007f3804800e8b7472a10ac9bf41edff7c12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mauricio=20V=C3=A1squez?= Date: Tue, 27 Aug 2019 10:11:53 -0500 Subject: [PATCH] specification/api-distributedcontext: fix typo (#236) contest -> context --- specification/api-distributedcontext.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/api-distributedcontext.md b/specification/api-distributedcontext.md index a6ae2f1449f..469f2290429 100644 --- a/specification/api-distributedcontext.md +++ b/specification/api-distributedcontext.md @@ -6,7 +6,7 @@ with a specific operation, such as an HTTP request. Each key of `DistributedContext` is associated with exactly one value. `DistributedContext` is serializable, to facilitate propagating it not only inside the process but also across process boundaries. `DistributedContext` is used to annotate telemetry with the name:value pair `Entry`. -Those values can be used to add dimension to the metric or additional contest properties to logs and traces. +Those values can be used to add dimension to the metric or additional context properties to logs and traces. `DistributedContext` is a recommended name but languages can have more language-specific names like `dctx`.