Skip to content

Commit 3e91b29

Browse files
Update general-elements.md (#319)
1 parent d380193 commit 3e91b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data-structure/general-elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Basic element structure:
2828
| `settings` | _`array`_/_`object`_ | The element data from the panel, holding the values from the editor controls. It's an empty `array` if settings are not defined, or an `object` if the element has settings. |
2929
| `elements` | _`array`_ | An array of objects that holds all the nested elements. |
3030

31-
Additional values can be introduced, based on the element type. For exammple, when `elType` is `widget`, an additional `widgetType` velue is added to indicate the [widget name](./../widgets/widget-data/) (i.e. `heading`, `image`, `button`, `social-icons` etc.).
31+
Additional values can be introduced, based on the element type. For example, when `elType` is `widget`, an additional `widgetType` value is added to indicate the [widget name](./../widgets/widget-data/) (i.e. `heading`, `image`, `button`, `social-icons` etc.).
3232

3333
## Layout Elements vs. Widget Elements
3434

0 commit comments

Comments
 (0)