Skip to content

Commit 3bee558

Browse files
committed
docs: fix typo
1 parent 1150772 commit 3bee558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/en/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,14 @@ Vue.use(VueFinalModal(), { ... })
180180
- Type: `String`
181181
- default: `'VueFinalModal'`
182182

183-
Changes component name from "VueFinalModal" to any other string value. It is useful when there is already a global "modal" component.
183+
Changes component name from `VueFinalModal` to any other string value. It is useful when there is already a global modal component.
184184

185185
### `key`
186186

187187
- Type: `String`
188188
- default: `'$vfm'`
189189

190-
Changes API name from "\$vfm" to any other string value. It is useful when you use `vue-final-modal` as spinner, toast, notify, etc.
190+
Changes API name from `$vfm` to any other string value. It is useful when you use `vue-final-modal` as spinner, toast, notify, etc.
191191

192192
## **API**
193193

0 commit comments

Comments
 (0)