Skip to content

Commit

Permalink
fix(settings): Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lordrip committed Jan 8, 2025
1 parent e49636a commit 1a18955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/assets/settingsSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"nodeToolbarTrigger": {
"title": "Open Node toolbar",
"description": "Choose when to open the Node toolbar. Can be either `onHover` or `onSelection`. If `onHover` is selected, the toolbar will be automatically open upon hoevring a node, otherwise, it will be open when selecting a node",
"description": "Choose when to open the Node toolbar. Can be either `onHover` or `onSelection`. If `onHover` is selected, the toolbar will be automatically open upon hovering a node, otherwise, it will be open when selecting a node",
"default": "onHover",
"type": "string",
"enum": ["onHover", "onSelection"]
Expand Down

0 comments on commit 1a18955

Please sign in to comment.