🌐 AI搜索 & 代理 主页
Skip to content

Commit 38eea23

Browse files
Hiwsjacobmllr95
andauthored
chore(docs): fix typo (#5760)
* fix typo * Update README.md Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
1 parent 2255fa9 commit 38eea23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/markdown/reference/settings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,6 @@ process.env.BOOTSTRAP_VUE_NO_WARN = true
182182
```
183183

184184
By ignoring warnings, you may find that your project fails/breaks when using future releases of
185-
bootstrapVue where deprecated props have been removed.
185+
BootstrapVue where deprecated props have been removed.
186186

187187
**Warnings should be corrected before moving your project into production!**

src/components/link/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If your app is running under [Nuxt.js](https://nuxtjs.org), the
2626
`<router-link>`. The `<nuxt-link>` component supports all the same features as `<router-link>` (as
2727
it is a wrapper component for `<router-link>`) and more.
2828

29-
### Third party rounter links
29+
### Third party router links
3030

3131
BootstrapVue auto detects using `<router-link>` and `<nuxt-link>` link components. Some 3rd party
3232
frameworks also provide customized versions of `<router-link>`, such as

0 commit comments

Comments
 (0)