Переглянути джерело

Update attr in conditions example

Kenny Y 2 роки тому
батько
коміт
22e474ff96
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      docs/reference/conditions.md

+ 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"
     }