Skip to content

Commit d43d110

Browse files
authored
Fix table syntax error
1 parent edf0a81 commit d43d110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Properties you can pass to the console element
5858
| complete? | function(words: string[], cursor: number, prompt: string): string[] | Return a list of possible completions given a list of (`words`), index of the word containing the cursor (`cursor`) , and the full prompt text (`prompt`).
5959
| continue? | function(prompt: string): bool | Return a boolean indicating whether to continue asking for user input on a newline given the current prompt text (`prompt`).
6060
| handler | function(command: string): any | Handle a command (`command`), logging data with `this.log()` or `this.logX()`, and calling `this.return()` when finished.
61-
| promptLabel? | string | function(): string | String displayed to prompt user for input.
61+
| promptLabel? | string \| function(): string | String displayed to prompt user for input.
6262
| welcomeMessage? | string | Initial message displayed after mount.
6363

6464

0 commit comments

Comments
 (0)