Skip to content

Commit

Permalink
feat: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
clepski committed Nov 18, 2024
1 parent 26c4420 commit f8fdff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/openscd/src/addons/Editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ export class OscdEditor extends LitElement {

async handleEditEvent(event: EditEvent) {
/**
* This is a compatibility fix for plugins based on open enegery tools edit events
* beause their edit event look slightly different,
* This is a compatibility fix for plugins based on open energy tools edit events
* because their edit event look slightly different
* see https://github.com/OpenEnergyTools/open-scd-core/blob/main/foundation/edit-event-v1.ts for details
*/
if (isOpenEnergyEditEvent(event)) {
Expand Down

0 comments on commit f8fdff6

Please sign in to comment.