Skip to content

Commit 1d2cf2c

Browse files
committed
Typo: subressource → subresource
1 parent 5e988bb commit 1d2cf2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/html_types.mli

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ type listed = [ | resetable | submitable | `Fieldset ]
424424

425425
type formassociated = [ | listed | `Progress | `Meter | `Label ]
426426

427-
type subressource_integrity = [ | `Crossorigin | `Integrity ]
427+
type subresource_integrity = [ | `Crossorigin | `Integrity ]
428428
(** @see <https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity> *)
429429

430430
(** Transparent elements.
@@ -2294,7 +2294,7 @@ type style_attrib = [ | common | `Media | `Mime_type | `Scoped ]
22942294
type script = [ | `Script ]
22952295

22962296
type script_attrib =
2297-
[ | common | subressource_integrity
2297+
[ | common | subresource_integrity
22982298
| `Async | `Charset | `Src | `Defer | `Script_type
22992299
]
23002300

@@ -2319,7 +2319,7 @@ type link_content = notag
23192319
type link_content_fun = notag
23202320

23212321
type link_attrib =
2322-
[ | common | subressource_integrity
2322+
[ | common | subresource_integrity
23232323
| `Hreflang | `Media | `Rel | `Href | `Sizes | `Mime_type
23242324
]
23252325

0 commit comments

Comments
 (0)