diff --git a/features/array-iterators.yml b/features/array-iterators.yml index 44bc234b907..5cbea431c33 100644 --- a/features/array-iterators.yml +++ b/features/array-iterators.yml @@ -1,5 +1,5 @@ name: Array iterators -description: Arrays are iterable with the `for…of` statement and enumerable with the methods `entries()`, `keys()`, and `values()`. +description: Arrays are iterable with the `for … of` statement and enumerable with the methods `entries()`, `keys()`, and `values()`. spec: - https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype-@@iterator - https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.entries diff --git a/features/async-iterable-streams.yml b/features/async-iterable-streams.yml index 48f5acdc303..84dfcc1293e 100644 --- a/features/async-iterable-streams.yml +++ b/features/async-iterable-streams.yml @@ -1,5 +1,5 @@ name: Asynchronously iterable streams -description: Asynchronous iteration of a stream allows you to use `for await...of` loops to iterate through a stream's incoming data. +description: Asynchronous iteration of a stream allows you to use `for await … of` loops to iterate through a stream's incoming data. spec: https://streams.spec.whatwg.org/#rs-asynciterator group: streams compat_features: diff --git a/features/css-modules.yml b/features/css-modules.yml index 9f2c1867ab6..b058602900b 100644 --- a/features/css-modules.yml +++ b/features/css-modules.yml @@ -1,3 +1,3 @@ name: CSS import attributes -description: 'Module `import ... with { type: "css" } statements load CSS modules as constructable stylesheets. Also known as CSS module scripts and formerly known as import assertions.' +description: 'Module `import … with { type: "css" } statements load CSS modules as constructable stylesheets. Also known as CSS module scripts and formerly known as import assertions.' spec: https://html.spec.whatwg.org/multipage/webappapis.html#css-module-script diff --git a/features/json-modules.yml b/features/json-modules.yml index 5d308ea0bae..b5f30425c70 100644 --- a/features/json-modules.yml +++ b/features/json-modules.yml @@ -1,5 +1,5 @@ name: JSON import attributes -description: 'Module `import ... with { type: "json" }` statements load JSON data. Also known as JSON module scripts and formerly known as import assertions.' +description: 'Module `import … with { type: "json" }` statements load JSON data. Also known as JSON module scripts and formerly known as import assertions.' spec: https://html.spec.whatwg.org/multipage/webappapis.html#json-module-script group: json compat_features: diff --git a/features/typed-array-iterators.yml b/features/typed-array-iterators.yml index 627ae41e486..5b5abd5d1af 100644 --- a/features/typed-array-iterators.yml +++ b/features/typed-array-iterators.yml @@ -1,5 +1,5 @@ name: Typed array iterators -description: Typed arrays are iterable with the `for…of` statement and enumerable with the methods `entries()`, `keys()`, and `values()`. +description: Typed arrays are iterable with the `for … of` statement and enumerable with the methods `entries()`, `keys()`, and `values()`. spec: - https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype-@@iterator - https://tc39.es/ecma262/multipage/indexed-collections.html#sec-%25typedarray%25.prototype.entries diff --git a/features/url-canparse.yml b/features/url-canparse.yml index fc8236e61d0..aec5b552d5d 100644 --- a/features/url-canparse.yml +++ b/features/url-canparse.yml @@ -1,3 +1,3 @@ name: URL.canParse() -description: The `URL.canParse()` static method checks whether a URL can be parsed into a valid `URL` object. It's an alternative to calling `new URL()` in a `try…catch` statement. +description: The `URL.canParse()` static method checks whether a URL can be parsed into a valid `URL` object. It's an alternative to calling `new URL()` in a `try … catch` statement. spec: https://url.spec.whatwg.org/#dom-url-canparse