Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Jun 22, 2024
1 parent c18e78d commit 4d71e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tiny-refresh/src/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if (import.meta.webpackHot) {
`;
}
footer += `\
$$fininsh();
$$finish();
}
`;
return result.outCode + footer;
Expand Down

0 comments on commit 4d71e83

Please sign in to comment.