Skip to content

Commit

Permalink
fixed: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wyw authored and GianlucaGuarini committed Dec 20, 2024
1 parent 651c594 commit f09551e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function compile(
| string
// TODO: re use the parser types as soon as they will be available
| {
output: { template: unknonw; script: unknown; style: unknown }
output: { template: unknown; script: unknown; style: unknown }
data: string
},
options?: CompilerOptions,
Expand Down

0 comments on commit f09551e

Please sign in to comment.