Skip to content

Commit e1a098c

Browse files
authored
Remove extra "the" (#922)
* Remove extra "the" * Add changelog entry * Remove changelog message
1 parent 40f6fe7 commit e1a098c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reference/v8.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4248,7 +4248,7 @@
42484248
}
42494249
},
42504250
"is-supported-script": {
4251-
"doc": "Returns `true` if the input string is expected to render legibly. Returns `false` if the input string contains sections that cannot be rendered without potential loss of meaning (e.g. Indic scripts that require complex text shaping, or right-to-left scripts if the the `mapbox-gl-rtl-text` plugin is not in use in MapLibre GL JS).",
4251+
"doc": "Returns `true` if the input string is expected to render legibly. Returns `false` if the input string contains sections that cannot be rendered without potential loss of meaning (e.g. Indic scripts that require complex text shaping, or right-to-left scripts if the `mapbox-gl-rtl-text` plugin is not in use in MapLibre GL JS).",
42524252
"example": {
42534253
"syntax": {
42544254
"method": ["string"],
@@ -4529,7 +4529,7 @@
45294529
]
45304530
},
45314531
"transition": true,
4532-
"doc": "How to blend the the sky color and the horizon color. Where 1 is blending the color at the middle of the sky and 0 is not blending at all and using the sky color only."
4532+
"doc": "How to blend the sky color and the horizon color. Where 1 is blending the color at the middle of the sky and 0 is not blending at all and using the sky color only."
45334533
},
45344534
"atmosphere-blend": {
45354535
"type": "number",

0 commit comments

Comments
 (0)