Skip to content

Commit d7aaff7

Browse files
authored
Merge pull request #13758 from karawoo/typo
fix: add missing word to error message
2 parents 3b905a2 + 5a9a121 commit d7aaff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execute/jupyter/jupyter-kernel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ function kernelTransportFile(target: string) {
315315
try {
316316
transportsDir = quartoRuntimeDir("jt");
317317
} catch (e) {
318-
console.error("Could create runtime directory for jupyter transport.");
318+
console.error("Could not create runtime directory for jupyter transport.");
319319
console.error(
320320
"This is possibly a permission issue in the environment Quarto is running in.",
321321
);

0 commit comments

Comments
 (0)