Skip to content

Commit 2114e36

Browse files
authored
docs: make version description more clear (#71)
1 parent 98dbc13 commit 2114e36

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/index.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ export interface LoaderOptions {
4444
/**
4545
* In your application you can specify release channels or version numbers:
4646
*
47-
* The weekly channel is specified with `version=weekly`. This channel is
47+
* The weekly version is specified with `version=weekly`. This version is
4848
* updated once per week, and is the most current.
4949
*
5050
* ```
5151
* const loader = Loader({apiKey, version: 'weekly'});
5252
* ```
5353
*
54-
* The quarterly channel is specified with `version=quarterly`. This channel
54+
* The quarterly version is specified with `version=quarterly`. This version
5555
* is updated once per quarter, and is the most predictable.
5656
*
5757
* ```
@@ -66,10 +66,9 @@ export interface LoaderOptions {
6666
* const loader = Loader({apiKey, version: '3.40'});
6767
* ```
6868
*
69-
* If you do not explicitly specify a channel or version, you will receive the
70-
* weekly channel by default. If you specify an invalid version, you will
71-
* receive your default channel.
72-
*/
69+
* If you do not explicitly specify a version, you will receive the
70+
* weekly version by default.
71+
*/
7372
version?: string;
7473
/**
7574
* The id of the script tag. Before adding a new script, the Loader will check for an existing one.

0 commit comments

Comments
 (0)