Skip to content

Commit

Permalink
Fixed typo (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikezange authored and jtommy committed Nov 7, 2018
1 parent 8dcb755 commit 63b3db7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/components/radio/examples/ExRadioButton.vue
Expand Up @@ -2,10 +2,10 @@
<section>
<b-field>
<b-radio-button v-model="radioButton"
native-value="Nop"
native-value="Nope"
type="is-danger">
<b-icon icon="close"></b-icon>
<span>Nop</span>
<span>Nope</span>
</b-radio-button>

<b-radio-button v-model="radioButton"
Expand Down

0 comments on commit 63b3db7

Please sign in to comment.