Skip to content

Commit

Permalink
typoe
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbrosset committed Feb 12, 2025
1 parent 8a09ef4 commit 7aa62ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/document-write.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: document.write()
description: The `document.open()`, `document.write()`, `document.writeln()`, and `document.close()` methods write content to a document, possibly while that document is still loading.
spec: https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html
discouraged:
# The spec doesn't actually discourages against open and close, but these methods are
# The spec doesn't actually discourage against open and close, but these methods are
# really only useful for writing anyway, so we're marking the whole feature as discouraged.
according_to:
- https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#document.write()
Expand Down

0 comments on commit 7aa62ff

Please sign in to comment.