From 4c8040b0733759b5c2f19beaf768e662fef09706 Mon Sep 17 00:00:00 2001 From: Nikita Shilnikov Date: Thu, 16 Jul 2020 21:40:01 +0300 Subject: [PATCH] Fix typo --- spec/10-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/10-overview.md b/spec/10-overview.md index e2323e77..d36373be 100644 --- a/spec/10-overview.md +++ b/spec/10-overview.md @@ -17,7 +17,7 @@ This transformation of modern applications calls for a distributed tracing conte The trace context specification defines a universally agreed-upon format for the exchange of trace context propagation data - referred to as *trace context*. Trace context solves the problems described above by -- providing an unique identifier for individual traces and requests, allowing trace data of multiple providers to be linked together. +- providing a unique identifier for individual traces and requests, allowing trace data of multiple providers to be linked together. - providing an agreed-upon mechanism to forward vendor-specific trace data and avoid broken traces when multiple tracing tools participate in a single transaction. - providing an industry standard that intermediaries, platforms, and hardware providers can support.