Skip to content

Commit 838d4e8

Browse files
committed
Spec parser: update strings
1 parent b7d1b21 commit 838d4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec_parser/src/spec_parser/rules/attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def parse(content: Tag) -> str:
7171
"Event handler content attribute",
7272
"ID of the element to toggle, show or, hide",
7373
"ID*",
74-
'Potential destination, for rel="preload"; script-like destination, for rel="modulepreload"',
74+
'Preload destination, for rel="preload"; module preload destination, for rel="modulepreload"',
7575
"Regular expression matching the JavaScript Pattern production",
7676
"Referrer policy",
7777
"Serialized permissions policy",

0 commit comments

Comments
 (0)