Skip to content

Commit

Permalink
Remove extra "the"
Browse files Browse the repository at this point in the history
  • Loading branch information
ibesora committed Nov 27, 2024
1 parent 40f6fe7 commit 1c38c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -4248,7 +4248,7 @@
}
},
"is-supported-script": {
"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).",
"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).",
"example": {
"syntax": {
"method": ["string"],
Expand Down Expand Up @@ -4529,7 +4529,7 @@
]
},
"transition": true,
"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."
"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."
},
"atmosphere-blend": {
"type": "number",
Expand Down

0 comments on commit 1c38c9e

Please sign in to comment.