Skip to content

Commit

Permalink
fix(docs): Correct tabbing on Radio.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoglesby08 committed Dec 8, 2017
1 parent dbd216c commit 4fdb7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Radio/Radio.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ initialState = {
const setChoice = (value) => setState({choice: value});
<Box tag="fieldset" between={3}>
<Text size="small">
<Text size="small">
Choose one combination of area code and first 3 digits to see the available numbers in that range:
</Text>
<Box tag="fieldset" between={2}>
Expand Down

0 comments on commit 4fdb7b3

Please sign in to comment.