Skip to content

Commit 66d7d8b

Browse files
author
Orta Therox
authored
Merge pull request #1933 from tjjfvi/patch-1
Fix typo in sandbox console.log
2 parents acfb919 + d2cb33b commit 66d7d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sandbox/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export const createTypeScriptSandbox = (
192192

193193
if (config.supportTwoslashCompilerOptions) {
194194
const configOpts = getTwoSlashComplierOptions(code)
195-
console.log("twoslahs", configOpts)
195+
console.log("twoslash", configOpts)
196196
updateCompilerSettings(configOpts)
197197
}
198198

0 commit comments

Comments
 (0)