Skip to content

Commit f09551e

Browse files
wywGianlucaGuarini
authored andcommitted
fixed: typo
1 parent 651c594 commit f09551e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function compile(
5858
| string
5959
// TODO: re use the parser types as soon as they will be available
6060
| {
61-
output: { template: unknonw; script: unknown; style: unknown }
61+
output: { template: unknown; script: unknown; style: unknown }
6262
data: string
6363
},
6464
options?: CompilerOptions,

0 commit comments

Comments
 (0)