Skip to content

Commit 9119108

Browse files
author
Jake Champion
committed
chore: fix typos in documentation
1 parent 60d3516 commit 9119108

File tree

5 files changed

+157
-157
lines changed

5 files changed

+157
-157
lines changed

.github/actions/compute-sdk-test/dist/main.js

Lines changed: 153 additions & 153 deletions
Original file line numberDiff line numberDiff line change
@@ -5654,158 +5654,158 @@ module.exports = function (fromModel) {
56545654
/***/ 8510:
56555655
/***/ ((module) => {
56565656

5657-
5658-
5659-
module.exports = {
5660-
"aliceblue": [240, 248, 255],
5661-
"antiquewhite": [250, 235, 215],
5662-
"aqua": [0, 255, 255],
5663-
"aquamarine": [127, 255, 212],
5664-
"azure": [240, 255, 255],
5665-
"beige": [245, 245, 220],
5666-
"bisque": [255, 228, 196],
5667-
"black": [0, 0, 0],
5668-
"blanchedalmond": [255, 235, 205],
5669-
"blue": [0, 0, 255],
5670-
"blueviolet": [138, 43, 226],
5671-
"brown": [165, 42, 42],
5672-
"burlywood": [222, 184, 135],
5673-
"cadetblue": [95, 158, 160],
5674-
"chartreuse": [127, 255, 0],
5675-
"chocolate": [210, 105, 30],
5676-
"coral": [255, 127, 80],
5677-
"cornflowerblue": [100, 149, 237],
5678-
"cornsilk": [255, 248, 220],
5679-
"crimson": [220, 20, 60],
5680-
"cyan": [0, 255, 255],
5681-
"darkblue": [0, 0, 139],
5682-
"darkcyan": [0, 139, 139],
5683-
"darkgoldenrod": [184, 134, 11],
5684-
"darkgray": [169, 169, 169],
5685-
"darkgreen": [0, 100, 0],
5686-
"darkgrey": [169, 169, 169],
5687-
"darkkhaki": [189, 183, 107],
5688-
"darkmagenta": [139, 0, 139],
5689-
"darkolivegreen": [85, 107, 47],
5690-
"darkorange": [255, 140, 0],
5691-
"darkorchid": [153, 50, 204],
5692-
"darkred": [139, 0, 0],
5693-
"darksalmon": [233, 150, 122],
5694-
"darkseagreen": [143, 188, 143],
5695-
"darkslateblue": [72, 61, 139],
5696-
"darkslategray": [47, 79, 79],
5697-
"darkslategrey": [47, 79, 79],
5698-
"darkturquoise": [0, 206, 209],
5699-
"darkviolet": [148, 0, 211],
5700-
"deeppink": [255, 20, 147],
5701-
"deepskyblue": [0, 191, 255],
5702-
"dimgray": [105, 105, 105],
5703-
"dimgrey": [105, 105, 105],
5704-
"dodgerblue": [30, 144, 255],
5705-
"firebrick": [178, 34, 34],
5706-
"floralwhite": [255, 250, 240],
5707-
"forestgreen": [34, 139, 34],
5708-
"fuchsia": [255, 0, 255],
5709-
"gainsboro": [220, 220, 220],
5710-
"ghostwhite": [248, 248, 255],
5711-
"gold": [255, 215, 0],
5712-
"goldenrod": [218, 165, 32],
5713-
"gray": [128, 128, 128],
5714-
"green": [0, 128, 0],
5715-
"greenyellow": [173, 255, 47],
5716-
"grey": [128, 128, 128],
5717-
"honeydew": [240, 255, 240],
5718-
"hotpink": [255, 105, 180],
5719-
"indianred": [205, 92, 92],
5720-
"indigo": [75, 0, 130],
5721-
"ivory": [255, 255, 240],
5722-
"khaki": [240, 230, 140],
5723-
"lavender": [230, 230, 250],
5724-
"lavenderblush": [255, 240, 245],
5725-
"lawngreen": [124, 252, 0],
5726-
"lemonchiffon": [255, 250, 205],
5727-
"lightblue": [173, 216, 230],
5728-
"lightcoral": [240, 128, 128],
5729-
"lightcyan": [224, 255, 255],
5730-
"lightgoldenrodyellow": [250, 250, 210],
5731-
"lightgray": [211, 211, 211],
5732-
"lightgreen": [144, 238, 144],
5733-
"lightgrey": [211, 211, 211],
5734-
"lightpink": [255, 182, 193],
5735-
"lightsalmon": [255, 160, 122],
5736-
"lightseagreen": [32, 178, 170],
5737-
"lightskyblue": [135, 206, 250],
5738-
"lightslategray": [119, 136, 153],
5739-
"lightslategrey": [119, 136, 153],
5740-
"lightsteelblue": [176, 196, 222],
5741-
"lightyellow": [255, 255, 224],
5742-
"lime": [0, 255, 0],
5743-
"limegreen": [50, 205, 50],
5744-
"linen": [250, 240, 230],
5745-
"magenta": [255, 0, 255],
5746-
"maroon": [128, 0, 0],
5747-
"mediumaquamarine": [102, 205, 170],
5748-
"mediumblue": [0, 0, 205],
5749-
"mediumorchid": [186, 85, 211],
5750-
"mediumpurple": [147, 112, 219],
5751-
"mediumseagreen": [60, 179, 113],
5752-
"mediumslateblue": [123, 104, 238],
5753-
"mediumspringgreen": [0, 250, 154],
5754-
"mediumturquoise": [72, 209, 204],
5755-
"mediumvioletred": [199, 21, 133],
5756-
"midnightblue": [25, 25, 112],
5757-
"mintcream": [245, 255, 250],
5758-
"mistyrose": [255, 228, 225],
5759-
"moccasin": [255, 228, 181],
5760-
"navajowhite": [255, 222, 173],
5761-
"navy": [0, 0, 128],
5762-
"oldlace": [253, 245, 230],
5763-
"olive": [128, 128, 0],
5764-
"olivedrab": [107, 142, 35],
5765-
"orange": [255, 165, 0],
5766-
"orangered": [255, 69, 0],
5767-
"orchid": [218, 112, 214],
5768-
"palegoldenrod": [238, 232, 170],
5769-
"palegreen": [152, 251, 152],
5770-
"paleturquoise": [175, 238, 238],
5771-
"palevioletred": [219, 112, 147],
5772-
"papayawhip": [255, 239, 213],
5773-
"peachpuff": [255, 218, 185],
5774-
"peru": [205, 133, 63],
5775-
"pink": [255, 192, 203],
5776-
"plum": [221, 160, 221],
5777-
"powderblue": [176, 224, 230],
5778-
"purple": [128, 0, 128],
5779-
"rebeccapurple": [102, 51, 153],
5780-
"red": [255, 0, 0],
5781-
"rosybrown": [188, 143, 143],
5782-
"royalblue": [65, 105, 225],
5783-
"saddlebrown": [139, 69, 19],
5784-
"salmon": [250, 128, 114],
5785-
"sandybrown": [244, 164, 96],
5786-
"seagreen": [46, 139, 87],
5787-
"seashell": [255, 245, 238],
5788-
"sienna": [160, 82, 45],
5789-
"silver": [192, 192, 192],
5790-
"skyblue": [135, 206, 235],
5791-
"slateblue": [106, 90, 205],
5792-
"slategray": [112, 128, 144],
5793-
"slategrey": [112, 128, 144],
5794-
"snow": [255, 250, 250],
5795-
"springgreen": [0, 255, 127],
5796-
"steelblue": [70, 130, 180],
5797-
"tan": [210, 180, 140],
5798-
"teal": [0, 128, 128],
5799-
"thistle": [216, 191, 216],
5800-
"tomato": [255, 99, 71],
5801-
"turquoise": [64, 224, 208],
5802-
"violet": [238, 130, 238],
5803-
"wheat": [245, 222, 179],
5804-
"white": [255, 255, 255],
5805-
"whitesmoke": [245, 245, 245],
5806-
"yellow": [255, 255, 0],
5807-
"yellowgreen": [154, 205, 50]
5808-
};
5657+
5658+
5659+
module.exports = {
5660+
"aliceblue": [240, 248, 255],
5661+
"antiquewhite": [250, 235, 215],
5662+
"aqua": [0, 255, 255],
5663+
"aquamarine": [127, 255, 212],
5664+
"azure": [240, 255, 255],
5665+
"beige": [245, 245, 220],
5666+
"bisque": [255, 228, 196],
5667+
"black": [0, 0, 0],
5668+
"blanchedalmond": [255, 235, 205],
5669+
"blue": [0, 0, 255],
5670+
"blueviolet": [138, 43, 226],
5671+
"brown": [165, 42, 42],
5672+
"burlywood": [222, 184, 135],
5673+
"cadetblue": [95, 158, 160],
5674+
"chartreuse": [127, 255, 0],
5675+
"chocolate": [210, 105, 30],
5676+
"coral": [255, 127, 80],
5677+
"cornflowerblue": [100, 149, 237],
5678+
"cornsilk": [255, 248, 220],
5679+
"crimson": [220, 20, 60],
5680+
"cyan": [0, 255, 255],
5681+
"darkblue": [0, 0, 139],
5682+
"darkcyan": [0, 139, 139],
5683+
"darkgoldenrod": [184, 134, 11],
5684+
"darkgray": [169, 169, 169],
5685+
"darkgreen": [0, 100, 0],
5686+
"darkgrey": [169, 169, 169],
5687+
"darkkhaki": [189, 183, 107],
5688+
"darkmagenta": [139, 0, 139],
5689+
"darkolivegreen": [85, 107, 47],
5690+
"darkorange": [255, 140, 0],
5691+
"darkorchid": [153, 50, 204],
5692+
"darkred": [139, 0, 0],
5693+
"darksalmon": [233, 150, 122],
5694+
"darkseagreen": [143, 188, 143],
5695+
"darkslateblue": [72, 61, 139],
5696+
"darkslategray": [47, 79, 79],
5697+
"darkslategrey": [47, 79, 79],
5698+
"darkturquoise": [0, 206, 209],
5699+
"darkviolet": [148, 0, 211],
5700+
"deeppink": [255, 20, 147],
5701+
"deepskyblue": [0, 191, 255],
5702+
"dimgray": [105, 105, 105],
5703+
"dimgrey": [105, 105, 105],
5704+
"dodgerblue": [30, 144, 255],
5705+
"firebrick": [178, 34, 34],
5706+
"floralwhite": [255, 250, 240],
5707+
"forestgreen": [34, 139, 34],
5708+
"fuchsia": [255, 0, 255],
5709+
"gainsboro": [220, 220, 220],
5710+
"ghostwhite": [248, 248, 255],
5711+
"gold": [255, 215, 0],
5712+
"goldenrod": [218, 165, 32],
5713+
"gray": [128, 128, 128],
5714+
"green": [0, 128, 0],
5715+
"greenyellow": [173, 255, 47],
5716+
"grey": [128, 128, 128],
5717+
"honeydew": [240, 255, 240],
5718+
"hotpink": [255, 105, 180],
5719+
"indianred": [205, 92, 92],
5720+
"indigo": [75, 0, 130],
5721+
"ivory": [255, 255, 240],
5722+
"khaki": [240, 230, 140],
5723+
"lavender": [230, 230, 250],
5724+
"lavenderblush": [255, 240, 245],
5725+
"lawngreen": [124, 252, 0],
5726+
"lemonchiffon": [255, 250, 205],
5727+
"lightblue": [173, 216, 230],
5728+
"lightcoral": [240, 128, 128],
5729+
"lightcyan": [224, 255, 255],
5730+
"lightgoldenrodyellow": [250, 250, 210],
5731+
"lightgray": [211, 211, 211],
5732+
"lightgreen": [144, 238, 144],
5733+
"lightgrey": [211, 211, 211],
5734+
"lightpink": [255, 182, 193],
5735+
"lightsalmon": [255, 160, 122],
5736+
"lightseagreen": [32, 178, 170],
5737+
"lightskyblue": [135, 206, 250],
5738+
"lightslategray": [119, 136, 153],
5739+
"lightslategrey": [119, 136, 153],
5740+
"lightsteelblue": [176, 196, 222],
5741+
"lightyellow": [255, 255, 224],
5742+
"lime": [0, 255, 0],
5743+
"limegreen": [50, 205, 50],
5744+
"linen": [250, 240, 230],
5745+
"magenta": [255, 0, 255],
5746+
"maroon": [128, 0, 0],
5747+
"mediumaquamarine": [102, 205, 170],
5748+
"mediumblue": [0, 0, 205],
5749+
"mediumorchid": [186, 85, 211],
5750+
"mediumpurple": [147, 112, 219],
5751+
"mediumseagreen": [60, 179, 113],
5752+
"mediumslateblue": [123, 104, 238],
5753+
"mediumspringgreen": [0, 250, 154],
5754+
"mediumturquoise": [72, 209, 204],
5755+
"mediumvioletred": [199, 21, 133],
5756+
"midnightblue": [25, 25, 112],
5757+
"mintcream": [245, 255, 250],
5758+
"mistyrose": [255, 228, 225],
5759+
"moccasin": [255, 228, 181],
5760+
"navajowhite": [255, 222, 173],
5761+
"navy": [0, 0, 128],
5762+
"oldlace": [253, 245, 230],
5763+
"olive": [128, 128, 0],
5764+
"olivedrab": [107, 142, 35],
5765+
"orange": [255, 165, 0],
5766+
"orangered": [255, 69, 0],
5767+
"orchid": [218, 112, 214],
5768+
"palegoldenrod": [238, 232, 170],
5769+
"palegreen": [152, 251, 152],
5770+
"paleturquoise": [175, 238, 238],
5771+
"palevioletred": [219, 112, 147],
5772+
"papayawhip": [255, 239, 213],
5773+
"peachpuff": [255, 218, 185],
5774+
"peru": [205, 133, 63],
5775+
"pink": [255, 192, 203],
5776+
"plum": [221, 160, 221],
5777+
"powderblue": [176, 224, 230],
5778+
"purple": [128, 0, 128],
5779+
"rebeccapurple": [102, 51, 153],
5780+
"red": [255, 0, 0],
5781+
"rosybrown": [188, 143, 143],
5782+
"royalblue": [65, 105, 225],
5783+
"saddlebrown": [139, 69, 19],
5784+
"salmon": [250, 128, 114],
5785+
"sandybrown": [244, 164, 96],
5786+
"seagreen": [46, 139, 87],
5787+
"seashell": [255, 245, 238],
5788+
"sienna": [160, 82, 45],
5789+
"silver": [192, 192, 192],
5790+
"skyblue": [135, 206, 235],
5791+
"slateblue": [106, 90, 205],
5792+
"slategray": [112, 128, 144],
5793+
"slategrey": [112, 128, 144],
5794+
"snow": [255, 250, 250],
5795+
"springgreen": [0, 255, 127],
5796+
"steelblue": [70, 130, 180],
5797+
"tan": [210, 180, 140],
5798+
"teal": [0, 128, 128],
5799+
"thistle": [216, 191, 216],
5800+
"tomato": [255, 99, 71],
5801+
"turquoise": [64, 224, 208],
5802+
"violet": [238, 130, 238],
5803+
"wheat": [245, 222, 179],
5804+
"white": [255, 255, 255],
5805+
"whitesmoke": [245, 245, 245],
5806+
"yellow": [255, 255, 0],
5807+
"yellowgreen": [154, 205, 50]
5808+
};
58095809

58105810

58115811
/***/ }),
@@ -27911,7 +27911,7 @@ const compareUpstreamRequest = async (configRequest, actualRequest, isDownstream
2791127911

2791227912
// Check if this request should have happened after the downstream request
2791327913
if (configRequest.timing === "afterDownstreamRequest" && !isDownstreamResponseHandled) {
27914-
throw new Error(`Local Upstream Request recieved before the Downstream Request was finished`);
27914+
throw new Error(`Local Upstream Request received before the Downstream Request was finished`);
2791527915
}
2791627916

2791727917
// Check the method

.github/actions/compute-sdk-test/src/compare-upstream-request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const compareUpstreamRequest = async (configRequest, actualRequest, isDownstream
66

77
// Check if this request should have happened after the downstream request
88
if (configRequest.timing === "afterDownstreamRequest" && !isDownstreamResponseHandled) {
9-
throw new Error(`Local Upstream Request recieved before the Downstream Request was finished`);
9+
throw new Error(`Local Upstream Request received before the Downstream Request was finished`);
1010
}
1111

1212
// Check the method

documentation/docs/globals/Array/prototype/toLocaleString.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A string representing the elements of the array.
3333

3434
## Description
3535

36-
The `Array.prototype.toLocaleString` method traverses its content, calling the `toLocaleString` method of every element with the `locales` and `options` parameters provided, and concatenates them with a implementation-defined separator (such as a comma ","). Note that the method itself does not consume the two parameters — it only passes them to the `toLocaleString()` of each element. The choice of the separator string depends on the host's current locale, not the `locales` parameter.
36+
The `Array.prototype.toLocaleString` method traverses its content, calling the `toLocaleString` method of every element with the `locales` and `options` parameters provided, and concatenates them with an implementation-defined separator (such as a comma ","). Note that the method itself does not consume the two parameters — it only passes them to the `toLocaleString()` of each element. The choice of the separator string depends on the host's current locale, not the `locales` parameter.
3737

3838
If an element is `undefined`, `null`, it is converted to an empty string instead of the string `"null"` or `"undefined"`.
3939

documentation/docs/globals/ReadableStream/prototype/getReader.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ getReader(options)
2424

2525
- `mode` _**optional**_
2626

27-
- : An property that specifies the type of reader to create.
27+
- : A property that specifies the type of reader to create.
2828
Values can be:
2929

3030
- `"byob"`, which results in a `ReadableStreamBYOBReader` being created that can read readable byte streams (streams that support zero-copy transfer from an underlying byte source to the reader when internal stream buffers are empty).

documentation/docs/globals/String/prototype/repeat.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ A new string containing the specified number of copies of the given string.
3030
### Exceptions
3131

3232
- Throws a `RangeError` if repeat count is negative.
33-
- Throws a `RangeError` if repeat count is is infinity or overflows maximum string size.
33+
- Throws a `RangeError` if repeat count is infinity or overflows maximum string size.

0 commit comments

Comments
 (0)