Skip to content

Commit

Permalink
fix syntax highlighting
Browse files Browse the repository at this point in the history
Co-authored-by: danyill <[email protected]>
  • Loading branch information
ca-d and danyill authored Sep 6, 2024
1 parent 7526e80 commit 2500634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Plugins communicate user intent to OpenSCD core by dispatching the following [cu
The **edit event** allows a plugin to describe the changes it wants to make to the current `doc`.
```typescript=
```typescript
export type EditDetailV2<E extends Edit = Edit> = {
edit: E;
title?: string;
Expand Down

0 comments on commit 2500634

Please sign in to comment.