We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a30c0 commit 3e23a24Copy full SHA for 3e23a24
src/steps/src/Step.tsx
@@ -184,7 +184,7 @@ export default defineComponent({
184
const splitorNode = <div class={`${mergedClsPrefix}-step-splitor`} />
185
186
const indicatorNode = (
187
- // We need a key here to make reconcile progress doesn't affect styling.
+ // We need a key here to prevent reconcile progress from affecting styling.
188
// A DOM can be reused so if it is used both for A component & B component,
189
// the styling transition bewteen two components may be incorrect.
190
<div class={`${mergedClsPrefix}-step-indicator`} key={contentPlacement}>
0 commit comments