Skip to content

Commit 9f7b81b

Browse files
authored
Fix more typos (#2728)
1 parent 2f34b92 commit 9f7b81b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

features/date-to-gmt-string.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: toGMTString()
2-
description: The `toGMTSTring()` method of `Date` objects is an alias to the `toUTCString()` method.
2+
description: The `toGMTString()` method of `Date` objects is an alias to the `toUTCString()` method.
33
spec: https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.togmtstring
44
discouraged:
55
according_to:

features/escape-unescape.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: escape() and unescape()
2-
description: The `escape()` and `unescape()` built-in Javascript methods encode and unencode strings using percent encoding, where certain characters are replaced by hexidecimal escape sequences.
2+
description: The `escape()` and `unescape()` built-in Javascript methods encode and unencode strings using percent encoding, where certain characters are replaced by hexadecimal escape sequences.
33
spec: https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-escape-string
44
group: javascript
55
discouraged:

features/reporting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Reporting API
2-
description: The `Reporting-Endpoints` HTTP header and `ReportingObsever()` API send reports of Content Security Policy (CSP) violations, Permissions-Policy violations, deprecated feature usage, browser interventions, and crashes to a nominated URL or callback function.
2+
description: The `Reporting-Endpoints` HTTP header and `ReportingObserver()` API send reports of Content Security Policy (CSP) violations, Permissions-Policy violations, deprecated feature usage, browser interventions, and crashes to a nominated URL or callback function.
33
spec:
44
- https://w3c.github.io/reporting/
55
- https://wicg.github.io/intervention-reporting/

0 commit comments

Comments
 (0)