diff --git a/docs/schema/constants/trim-multiple-shapes.json b/docs/schema/constants/trim-multiple-shapes.json index b523c219..304e615a 100644 --- a/docs/schema/constants/trim-multiple-shapes.json +++ b/docs/schema/constants/trim-multiple-shapes.json @@ -5,11 +5,11 @@ "description": "How to handle multiple shapes in trim path", "oneOf": [ { - "title": "Individually", + "title": "Simultaneously", "const": 1 }, { - "title": "Simultaneously", + "title": "Individually", "const": 2 } ]