Skip to content

Commit

Permalink
Fix more typos (#2728)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Mar 3, 2025
1 parent 2f34b92 commit 9f7b81b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion features/date-to-gmt-string.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: toGMTString()
description: The `toGMTSTring()` method of `Date` objects is an alias to the `toUTCString()` method.
description: The `toGMTString()` method of `Date` objects is an alias to the `toUTCString()` method.
spec: https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-date.prototype.togmtstring
discouraged:
according_to:
Expand Down
2 changes: 1 addition & 1 deletion features/escape-unescape.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: escape() and unescape()
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.
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.
spec: https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-escape-string
group: javascript
discouraged:
Expand Down
2 changes: 1 addition & 1 deletion features/reporting.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Reporting API
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.
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.
spec:
- https://w3c.github.io/reporting/
- https://wicg.github.io/intervention-reporting/
Expand Down

0 comments on commit 9f7b81b

Please sign in to comment.