Skip to content

Commit 4f254fd

Browse files
author
Pooya Parsa
committed
docs(button): typo fix
1 parent 187a762 commit 4f254fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/button/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Includes support for a handful of contextual variations, sizes, states, and more
66
```html
77
<div class="row">
88
<template v-for="variant in ['primary','secondary','success','outline-success','warning','danger','link']">
9-
<div class="col-md-4 pb-2" v-for="size in ['sm','','lg']" :key="`{variant}_${size}`">
9+
<div class="col-md-4 pb-2" v-for="size in ['sm','','lg']" :key="`${variant}_${size}`">
1010
<b-button :size="size" :variant="variant">
1111
{{variant}} {{size}}
1212
</b-button>

0 commit comments

Comments
 (0)