From 459b589bdf9ce88f06a71277b22b6490a7cd8097 Mon Sep 17 00:00:00 2001 From: James Moessis Date: Tue, 19 Nov 2024 10:31:57 +1100 Subject: [PATCH] commit @jack-berg suggestion regarding 'an http' vs 'a http' Co-authored-by: jack-berg <34418638+jack-berg@users.noreply.github.com> --- specification/context/api-propagators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/context/api-propagators.md b/specification/context/api-propagators.md index aa51b9b7634..375775fdce8 100644 --- a/specification/context/api-propagators.md +++ b/specification/context/api-propagators.md @@ -248,7 +248,7 @@ Required arguments: - the carrier of propagation fields, such as an HTTP request. - the key of the field. -The GetAll function is responsible for handling case sensitivity. If the getter is intended to work with a HTTP request object, the getter MUST be case insensitive. +The GetAll function is responsible for handling case sensitivity. If the getter is intended to work with an HTTP request object, the getter MUST be case insensitive. ## Injectors and Extractors as Separate Interfaces