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 d003977 commit dfd8fc9
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 @@ -154,7 +154,7 @@ export type Insert = {
```

> Intent to remove a `node` from its `ownerDocument`.
```typescript=
```typescript
export type Remove = {
node: Node;
};
Expand Down

0 comments on commit dfd8fc9

Please sign in to comment.