diff --git a/doc/stepper/BasicDoc.vue b/doc/stepper/BasicDoc.vue
index 182a4ba12..55d642eb1 100644
--- a/doc/stepper/BasicDoc.vue
+++ b/doc/stepper/BasicDoc.vue
@@ -2,16 +2,15 @@
Stepper consists of one or more StepperPanel elements.
Stepper is linear by default to enforce completion of a previus step to proceed, set linear as true for non-linear mode.
Each StepperPanel content can easily be customized with the default slot instead of using the built-in modes. Additionally, header, content, and separator sections of the StepperPanel are customizable via templating.