Skip to content

Commit

Permalink
Remove \ in button (#4888)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeDeLeon authored and taion committed Dec 12, 2019
1 parent 33fc6b3 commit 1bb3f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/pages/components/button-group.mdx
Expand Up @@ -31,7 +31,7 @@ export const query = graphql`

## Basic example

Wrap a series of `\<Button>`s in a `<ButtonGroup>`.
Wrap a series of `<Button>`s in a `<ButtonGroup>`.

<ReactPlayground codeText={ButtonGroupBasic} />

Expand Down

0 comments on commit 1bb3f41

Please sign in to comment.