diff --git a/features/date-to-gmt-string.yml b/features/date-to-gmt-string.yml index ffc9335c809..0a8f3fb00f7 100644 --- a/features/date-to-gmt-string.yml +++ b/features/date-to-gmt-string.yml @@ -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: diff --git a/features/escape-unescape.yml b/features/escape-unescape.yml index 5ac841c28b9..a2c3ec3d197 100644 --- a/features/escape-unescape.yml +++ b/features/escape-unescape.yml @@ -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: diff --git a/features/reporting.yml b/features/reporting.yml index 26104733b95..8a4d9492673 100644 --- a/features/reporting.yml +++ b/features/reporting.yml @@ -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/