Skip to content

Commit

Permalink
Remove copyeditor comment
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
flother committed Sep 28, 2023
1 parent 87ccc47 commit 1ccf6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/routes/sprite/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<!-- copyeditor ignore retext-passive -->
- \`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.
Expand Down

0 comments on commit 1ccf6b7

Please sign in to comment.