diff --git a/components/doc/toast/stickydoc.js b/components/doc/toast/stickydoc.js
index 4ef80d0eb7..df5a3d9412 100644
--- a/components/doc/toast/stickydoc.js
+++ b/components/doc/toast/stickydoc.js
@@ -81,7 +81,7 @@ export default function StickyDemo() {
<>
- A message disappears after 3000ms defined the life option, set sticky option to display messages that do not hide automatically.
+ A message will disappear after 3000ms, the default value defined for the life option. To display messages that remain visible and do not hide automatically, set the sticky option to "true".