diff --git a/components/doc/toast/stickydoc.js b/components/doc/toast/stickydoc.js
index 58a063c06b..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 which is the default value defined for life option, set sticky to true in the option object 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".