Skip to content

Commit d2cb33b

Browse files
authored
Fix typo in sandbox console.log
`twoslahs` -> `twoslash`
1 parent 3cb94f4 commit d2cb33b

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)