Skip to content

Commit

Permalink
style: Fix typo (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaswa authored Nov 13, 2023
1 parent df17f85 commit 580ac03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/device-config/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const DeviceConfigEditor: EditorNodeDef<DeviceConfigEditorNodeProperties> = {
},
icon: 'font-awesome/fa-device',
label: function (): string {
return this.name || 'Devce Config';
return this.name || 'Device Config';
},
oneditprepare: function () {
ha.setup(this);
Expand Down

0 comments on commit 580ac03

Please sign in to comment.