Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit ca5bf91

Browse files
authored
docs: fix typo on Responsive Styles page (#2891)
Let's say you have a Box that looks like this: but the example is use Text Component. This is Typo or on purpose?
1 parent f7ea48b commit ca5bf91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/docs/features/responsive-styles.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Here's how to interpret this syntax:
7272
You can also define responsive values with breakpoint aliases in an object. Any
7373
undefined alias key will define the base, non-responsive value.
7474

75-
Let's say you have a `Box` that looks like this:
75+
Let's say you have a `Text` that looks like this:
7676

7777
```jsx live=false
7878
<Text fontSize="40px">This is a text</Text>

0 commit comments

Comments
 (0)