Skip to content

Commit a3bf5cb

Browse files
committed
fixed typo
1 parent 8b3824f commit a3bf5cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runners/wikiConsole/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export class WikiConsole extends WikiRunner {
155155
return null;
156156
}
157157

158-
rundisplayContent(runCommand: RunCommand): RunResult {
158+
runDisplayContent(runCommand: RunCommand): RunResult {
159159
let tempFile = path.join(this.getTempDirectory(), runCommand.command.name + ".md");
160160
fs.writeFileSync(tempFile, "");
161161
for(let i = 0; i < runCommand.command.parameters[1].length; i++) {

0 commit comments

Comments
 (0)