2
0
Эх сурвалжийг харах

Update attr in conditions example

Kenny Y 2 жил өмнө
parent
commit
22e474ff96

+ 1 - 1
docs/reference/conditions.md

@@ -116,7 +116,7 @@ Multiple conditions can be combined into nested sets using AND or OR logic. This
       ]
     },
     {
-      "attr": "tags",
+      "attr": "tags.slug",
       "value": "exempt",
       "op": "contains"
     }