From 3385d58973b0a5c35e19cbbce90d26b6707aa2d9 Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Wed, 20 Dec 2023 21:39:07 -0500 Subject: [PATCH] docs: fixed a type in the custom operations section Signed-off-by: Michael Beemer --- docs/reference/flag-definitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/flag-definitions.md b/docs/reference/flag-definitions.md index ebe061f2c..089dc91d8 100644 --- a/docs/reference/flag-definitions.md +++ b/docs/reference/flag-definitions.md @@ -230,7 +230,7 @@ As long as a JsonLogic operator is structurally valid, it will return a falsy/nu These are custom operations specific to flagd and flagd providers. They are purpose-built extensions to JsonLogic in order to support common feature flag use cases. -Consistent with build-in JsonLogic operators, flagd's custom operators return falsy/nullish values with invalid inputs. +Consistent with built-in JsonLogic operators, flagd's custom operators return falsy/nullish values with invalid inputs. | Function | Description | Context attribute type | Example | | ---------------------------------- | --------------------------------------------------- | -------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |