Ver Fonte

Update attr in conditions example

Kenny Y há 2 anos atrás
pai
commit
22e474ff96
1 ficheiros alterados com 1 adições e 1 exclusões
  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"
     }