Skip to content

Commit b17ec72

Browse files
authored
Fix capitalization of fetchpriority HTML attribute (#2948)
Canonical case for HTML attributes is lowercase.
1 parent 2693828 commit b17ec72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/fetch-priority.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Fetch priority
2-
description: The `fetch()` `priority` option and the `fetchPriority` HTML attribute give hints to the browser about which requests to do before other requests of the same type.
2+
description: The `fetch()` `priority` option and the `fetchpriority` HTML attribute give hints to the browser about which requests to do before other requests of the same type.
33
spec:
44
- https://fetch.spec.whatwg.org/#request-priority
55
- https://html.spec.whatwg.org/multipage/urls-and-fetching.html#fetch-priority-attributes

0 commit comments

Comments
 (0)