Skip to content

Commit db7e0fd

Browse files
committed
docs: Fix types
1 parent 2021d15 commit db7e0fd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/guide/favicon.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ e.g.
3131
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
3232
```
3333

34-
If the user has defined in his `dark` operating system as color mode preference for applications. `@vue-a11y/dark-mode` will identify and make the change to your favicon.
34+
If the user has defined in his `dark` operating system as color mode preference for applications, `@vue-a11y/dark-mode` will identify and make the change to your favicon.
3535

3636
e.g.
3737

docs/howto/nuxt.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# Nuxt.js
22

3-
The `@vue-a11y/dark-mode` is an option for SPA and static apps Vue.js, it does not currently support SSR.
4-
5-
The good news is that Nuxt.js already has an incredible color mode module (`@nuxtjs/color-mode`) that you can find here: [https://github.com/nuxt-community/color-mode-module](https://github.com/nuxt-community/color-mode-module)
3+
Nuxt.js already has an incredible color mode module (`@nuxtjs/color-mode`) that you can find here: [https://github.com/nuxt-community/color-mode-module](https://github.com/nuxt-community/color-mode-module)

0 commit comments

Comments
 (0)