Skip to content

Commit fe75381

Browse files
committed
Tweaks to description comments
1 parent 72c906f commit fe75381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/baseline-browser-versions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ type Options = {
372372
};
373373

374374
/**
375-
* Function that returns browser versions compatible with specified Baseline targets.
375+
* Returns browser versions compatible with specified Baseline targets.
376376
* Defaults to returning the minimum versions of the core browser set that support Baseline Widely available.
377377
* Takes an optional configuraation object `Object` with four optional properties:
378378
* - `listAllCompatibleVersions`: `false` (default) or `false`
@@ -446,7 +446,7 @@ type AllVersionsOptions = {
446446
};
447447

448448
/**
449-
* A function that returns all known browser versions with their level of Baseline support.
449+
* Returns all browser versions known to this module with their level of Baseline support either as an `Array` or a `String` CSV.
450450
* Takes an object as an argument with two optional properties:
451451
* - `includeDownstreamBrowsers`: `true` (default) or `false`
452452
* - `outputFormat`: `array` (default) or `csv`

0 commit comments

Comments
 (0)