Skip to content

Commit 5084b6b

Browse files
committed
small fixes
1 parent 44b0d8d commit 5084b6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/dev/s2-docs/pages/s2/styling/advanced.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ function MyComponent({isQuiet, styles}: {isQuiet?: boolean, styles?: StyleString
215215
<MyComponent styles={userStyles} />
216216
```
217217

218-
The `iconStyle` macro should be used when styling Icons, see the [docs](../icons.html#iconstyle) for more information.
218+
The `iconStyle` macro should be used when styling Icons, see the [docs](../Icons.html#iconstyle) for more information.
219219

220220
## UNSAFE Style Overrides
221221

packages/dev/s2-docs/pages/s2/styling/reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default Layout;
88

99
export const omitFromNav = true;
1010
export const tags = ['style', 'macro', 'spectrum', 'custom', 'values', 'reference'];
11-
export const description = 'Reference table for the `style` macro';
11+
export const description = 'Reference table for the style macro';
1212

1313
# Style Macro Reference
1414

0 commit comments

Comments
 (0)