From 27f2c360c5e4edb86626cd993ec93a9a6b8a50a6 Mon Sep 17 00:00:00 2001
From: dl_zhoujunyang <1640485761@qq.com>
Date: Sat, 16 Mar 2024 15:40:29 +0800
Subject: [PATCH] docs: adjust punctuation in
/src/guide/built-ins/transition.md.
---
src/guide/built-ins/transition.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/guide/built-ins/transition.md b/src/guide/built-ins/transition.md
index 0e0424970b..7885307e23 100644
--- a/src/guide/built-ins/transition.md
+++ b/src/guide/built-ins/transition.md
@@ -450,7 +450,7 @@ When using JavaScript-only transitions, it is usually a good idea to add the `:c
With `:css="false"`, we are also fully responsible for controlling when the transition ends. In this case, the `done` callbacks are required for the `@enter` and `@leave` hooks. Otherwise, the hooks will be called synchronously and the transition will finish immediately.
-Here's a demo using the [GSAP library](https://gsap.com/) to perform the animations. You can, of course, use any other animation library you want, for example [Anime.js](https://animejs.com/) or [Motion One](https://motion.dev/).
+Here's a demo using the [GSAP library](https://gsap.com/) to perform the animations. You can, of course, use any other animation library you want, for example [Anime.js](https://animejs.com/) or [Motion One](https://motion.dev/):