Skip to content

Commit

Permalink
Spelling fix in docs - Components.md (#5488)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjamesmiller authored Nov 1, 2023
1 parent c229248 commit c06ae89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/Components.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ You can read properties with the `get` method, like, for example, the `type`
```js
const componentType = component.get('type'); // eg. 'image'
```
and to update properties you'd use `set`, which might change the way a component behavies in the canvas.
and to update properties you'd use `set`, which might change the way a component behaves in the canvas.
```js
// Make the component not draggable
component.set('draggable', false);
Expand Down

0 comments on commit c06ae89

Please sign in to comment.