diff --git a/docs/specs/vectorgraphics/blend-mode.md b/docs/specs/vectorgraphics/blend-mode.md index 1a20c065..76ad8b42 100644 --- a/docs/specs/vectorgraphics/blend-mode.md +++ b/docs/specs/vectorgraphics/blend-mode.md @@ -57,7 +57,7 @@ Value | `25` |
lighten dodge
| | `26` |
lighten light
| | `27` |
pass through
| -| `28` |
pin Light
| +| `28` |
pin light
| | `29` |
vivid light
| diff --git a/static/schemas/vectorgraphics.schema.json b/static/schemas/vectorgraphics.schema.json index ca8a541a..60cc70cb 100644 --- a/static/schemas/vectorgraphics.schema.json +++ b/static/schemas/vectorgraphics.schema.json @@ -290,7 +290,7 @@ "lighten dodge", "lighten light", "pass through", - "pin Light", + "pin light", "vivid light" ], "$id": "#BlendMode"