Skip to content

Commit 020c565

Browse files
Update docs/reference/selector-syntax.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Todd Baert <[email protected]>
1 parent 1a31adb commit 020c565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/selector-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ const provider = new FlagdProvider({
226226
The selector syntax is designed to be extensible. Future versions may support:
227227

228228
- **Multiple Criteria**: `flagSetId=app1,source=prod`
229-
- **Complex Queries**: `flagSetId=app1 OR flagSetId=app2`
229+
- **Complex Queries**: `flagSetId=app1 OR flagSetId=app2`
230230
- **Filter Expressions**: `metadata.environment=production`
231231
- **Kubernetes-Style Selectors**: `app=frontend,tier=web`
232232

0 commit comments

Comments
 (0)