diff --git a/demos/node-editor/node-format.md b/demos/node-editor/node-format.md index 157f8ca4ca..cc457f1a20 100644 --- a/demos/node-editor/node-format.md +++ b/demos/node-editor/node-format.md @@ -42,9 +42,9 @@ Creates a node like `gsk_blur_node_new()` with the given properties. | property | syntax | default | printed | | -------- | ---------------- | ---------------------- | ----------- | -| color | `{1,4}` | black | non-default | +| colors | `{1,4}` | black | non-default | | outline | `` | 50 | always | -| width | `{1,4}` | 1 | non-default | +| widths | `{1,4}` | 1 | non-default | Creates a node like `gsk_border_node_new()` with the given properties. @@ -121,7 +121,7 @@ Creates a node like `gsk_conic_gradient_node_new()` with the given properties. | property | syntax | default | printed | | -------- | ---------------- | ---------------------- | ----------- | | end | `` | color { } | always | -| mode | `` | 0.5 | non-default | +| progress | `` | 0.5 | non-default | | start | `` | color { } | always | Creates a node like `gsk_cross_fade_node_new()` with the given properties. @@ -246,7 +246,7 @@ Creates a node like `gsk_rounded_clip_node_new()` with the given properties. | property | syntax | default | printed | | -------- | ---------------- | ---------------------- | ----------- | | child | `` | color { } | always | -| shadow | `` | black 1 1 | always | +| shadows | `` | black 1 1 | always | Creates a node like `gsk_shadow_node_new()` with the given properties.