From 19f23c0e8375228121ce739157bba13aa57e5608 Mon Sep 17 00:00:00 2001 From: Huynh Thi Khanh Linh <73637868+bongudth@users.noreply.github.com> Date: Mon, 30 Dec 2024 17:17:05 +0700 Subject: [PATCH] docs: fix text learn more (#1991) --- docs/custom/index.md | 2 +- docs/guide/animations.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/custom/index.md b/docs/custom/index.md index 2e106509ed..14236e4e96 100644 --- a/docs/custom/index.md +++ b/docs/custom/index.md @@ -82,7 +82,7 @@ themeConfig: # favicon, can be a local file path or URL favicon: 'https://cdn.jsdelivr.net/gh/slidevjs/slidev/assets/favicon.png' # URL of PlantUML server used to render diagrams -# Learn mode: https://sli.dev/features/plantuml.html +# Learn more: https://sli.dev/features/plantuml.html plantUmlServer: https://www.plantuml.com/plantuml # fonts will be auto-imported from Google fonts # Learn more: https://sli.dev/custom/config-fonts.html diff --git a/docs/guide/animations.md b/docs/guide/animations.md index 0c2462c37a..6c2676aefd 100644 --- a/docs/guide/animations.md +++ b/docs/guide/animations.md @@ -353,7 +353,7 @@ The variants will be combined according to the priority defined above. 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. ::: -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) +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) ## Slide Transitions {#slide-transitions}