Skip to content

Commit 4405b80

Browse files
authored
[Style guide] Fix typo (#19636)
1 parent e00dd69 commit 4405b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/style-guide/components/markdown.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ If you have a variable that needs to be formatted in any special way (for exampl
1818
<Markdown text={props.foo} />
1919
```
2020

21-
Note that you need to wrap your variabble in curly braces, as well as use `text=` or this will not work.
21+
Note that you need to wrap your variable in curly braces, as well as use `text=` or this will not work.

0 commit comments

Comments
 (0)