From 0c3042302479671cb21d2941e0931e4be58f7c88 Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Thu, 4 Jan 2024 16:26:06 -0500 Subject: [PATCH] Update json/targeting.json Co-authored-by: Michael Beemer Signed-off-by: Todd Baert --- json/targeting.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/targeting.json b/json/targeting.json index b5cdb5f..7e6785b 100644 --- a/json/targeting.json +++ b/json/targeting.json @@ -50,7 +50,7 @@ "anyOf": [ { "type": "string", - "description": "flagd automatically injects \"$lagd.timestamp\" (unix epoch) and \"$lagd.flagKey\" (the key of the flag in evaluation) into the context.", + "description": "flagd automatically injects \"$flagd.timestamp\" (unix epoch) and \"$flagd.flagKey\" (the key of the flag in evaluation) into the context.", "pattern": "^\\$flagd\\.((timestamp)|(flagKey))$" }, {