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 4c5e48d commit 83cc0ffCopy full SHA for 83cc0ff
packages/core/src/shared/ui/common/skipPrompter.ts
@@ -6,7 +6,7 @@
6
import { StepEstimator, WIZARD_SKIP } from '../../wizards/wizard'
7
import { Prompter, PromptResult } from '../prompter'
8
9
-/** Prompter that return SKIP control signal to parent wizard */
+/** Prompter that returns SKIP control signal to parent wizard */
10
export class SkipPrompter<T> extends Prompter<T> {
11
constructor() {
12
super()
0 commit comments