Skip to content

Commit

Permalink
feat: correct charset
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJS committed May 22, 2024
1 parent 40522d8 commit abe4194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/qwik/src/core/render/jsx/types/jsx-generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ type SpecialAttrs = {
children?: undefined;
};
meta: {
charset?: string | undefined;
charset?: 'UTF-8' | undefined;
children?: undefined;
};
meter: {
Expand Down

0 comments on commit abe4194

Please sign in to comment.