Skip to content

Commit 3132015

Browse files
Fix Vale units issue in tooltips.mdx
Changed 'in pixels' to '(px)' to satisfy Microsoft.Units rule which flags 'in <unit>' without a numeral. Addresses Vale comment on PR #1639 Co-Authored-By: Kapil Gowru <[email protected]>
1 parent 4c8896f commit 3132015

File tree

1 file changed

+1
-1
lines changed
  • fern/products/docs/pages/component-library/default-components

1 file changed

+1
-1
lines changed

fern/products/docs/pages/component-library/default-components/tooltips.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const api = axios.create({
149149
</ParamField>
150150

151151
<ParamField path="sideOffset" type="number" required={false} default={4}>
152-
The distance between the tooltip and the trigger element, in pixels.
152+
The distance between the tooltip and the trigger element (px).
153153
</ParamField>
154154

155155
## Styling

0 commit comments

Comments
 (0)