Skip to content

Commit 19f23c0

Browse files
authored
docs: fix text learn more (#1991)
1 parent 05486d6 commit 19f23c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/custom/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ themeConfig:
8282
# favicon, can be a local file path or URL
8383
favicon: 'https://cdn.jsdelivr.net/gh/slidevjs/slidev/assets/favicon.png'
8484
# URL of PlantUML server used to render diagrams
85-
# Learn mode: https://sli.dev/features/plantuml.html
85+
# Learn more: https://sli.dev/features/plantuml.html
8686
plantUmlServer: https://www.plantuml.com/plantuml
8787
# fonts will be auto-imported from Google fonts
8888
# Learn more: https://sli.dev/custom/config-fonts.html

docs/guide/animations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ The variants will be combined according to the priority defined above.
353353
Due to a Vue internal [bug](https://github.com/vuejs/core/issues/10295), currently **only** `v-click` applied to the same element as `v-motion` can control the motion animation. As a workaround, you can use something like `v-if="3 < $clicks"` to achieve the same effect.
354354
:::
355355

356-
Learn mode: [Demo](https://sli.dev/demo/starter/10) | [@vueuse/motion](https://motion.vueuse.org/) | [v-motion](https://motion.vueuse.org/features/directive-usage) | [Presets](https://motion.vueuse.org/features/presets)
356+
Learn more: [Demo](https://sli.dev/demo/starter/10) | [@vueuse/motion](https://motion.vueuse.org/) | [v-motion](https://motion.vueuse.org/features/directive-usage) | [Presets](https://motion.vueuse.org/features/presets)
357357

358358
## Slide Transitions {#slide-transitions}
359359

0 commit comments

Comments
 (0)