Skip to content

Commit 83cc0ff

Browse files
vicheeyjustinmk3
andauthored
Update typo
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent 4c5e48d commit 83cc0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/shared/ui/common/skipPrompter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import { StepEstimator, WIZARD_SKIP } from '../../wizards/wizard'
77
import { Prompter, PromptResult } from '../prompter'
88

9-
/** Prompter that return SKIP control signal to parent wizard */
9+
/** Prompter that returns SKIP control signal to parent wizard */
1010
export class SkipPrompter<T> extends Prompter<T> {
1111
constructor() {
1212
super()

0 commit comments

Comments
 (0)