From 1ccf6b7a7b3964db8100ac9b87401ec8a937de7d Mon Sep 17 00:00:00 2001 From: Matt Riggott Date: Thu, 28 Sep 2023 16:09:31 +0000 Subject: [PATCH] Remove copyeditor comment This is being rendered as text on the page, rather than being treated as an HTML comment and hidden. Likely leftover from when https://npm.io/package/@mapbox/copyeditor was used for the docs. --- docs/src/routes/sprite/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/routes/sprite/index.tsx b/docs/src/routes/sprite/index.tsx index 01300f142..e9a6707c6 100644 --- a/docs/src/routes/sprite/index.tsx +++ b/docs/src/routes/sprite/index.tsx @@ -36,7 +36,7 @@ A valid sprite source must supply two types of files: - _Image files_, which are PNG images containing the sprite data. Apart from the required \`width\`, \`height\`, \`x\`, and \`y\` properties, the following optional properties are supported: - + - \`content\`: An array of four numbers, with the first two specifying the left, top corner, and the last two specifying the right, bottom corner. If present, and if the icon uses [\`icon-text-fit\`](${import.meta.env.BASE_URL}layers/#layout-symbol-icon-text-fit), the symbol's text will be fit inside the content box. - \`stretchX\`: An array of two-element arrays, consisting of two numbers that represent the _from_ position and the _to_ position of areas that can be stretched. - \`stretchY\`: Same as \`stretchX\`, but for the vertical dimension.