Skip to content

Commit

Permalink
fix: correct the format of DFL (#32317)
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Feb 17, 2024
1 parent 6eb4a70 commit 1e2e601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/api/element/insertadjacentelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ The element that was inserted, or `null`, if the insertion failed.
### Exceptions

- `SyntaxError` {{domxref("DOMException")}}
- Thrown if the `position` specified is not a recognized value.
- : Thrown if the `position` specified is not a recognized value.
- {{jsxref("TypeError")}}
- Thrown if the `element` specified is not a valid element.
- : Thrown if the `element` specified is not a valid element.

### Visualization of position names

Expand Down

0 comments on commit 1e2e601

Please sign in to comment.