From d416de13e6c7fe4b734d0f872fcccf570db87fd4 Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Tue, 29 Oct 2024 09:46:42 -0400 Subject: [PATCH] Update docs/reference/specifications/providers.md Co-authored-by: Guido Breitenhuber <157148191+guidobrei@users.noreply.github.com> Signed-off-by: Todd Baert --- docs/reference/specifications/providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/specifications/providers.md b/docs/reference/specifications/providers.md index 241077051..b725f6bd2 100644 --- a/docs/reference/specifications/providers.md +++ b/docs/reference/specifications/providers.md @@ -244,7 +244,7 @@ Conflicting properties in the context will be overwritten by the values below. In-process flagd providers also inject any properties returned by the [sync-metadata RPC response](./protos.md#getmetadataresponse) into the context. This allows for static properties defined in flagd to be added to in-process evaluations. -If only a subset of the sync-metadata response is desired to be injected into the evaluation context, you can use the define a mapping function with the `contextEnricher` option. +If only a subset of the sync-metadata response is desired to be injected into the evaluation context, you can define a mapping function with the `contextEnricher` option. ### In-Process Mode Provider Metadata