Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix more typos #2728

Merged
merged 1 commit into from
Mar 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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