Skip to content

Commit

Permalink
chore(dev-utils): fixed spelling of gzipped
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Sep 8, 2021
1 parent 8f71bcb commit baad174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev-utils/src/libsize.ts
Expand Up @@ -259,7 +259,7 @@ export async function libsize({

let message = LIBSIZE_TOKEN;
if (umds.length) {
message = `${message}The gizipped UMD bundle sizes are:
message = `${message}The gzipped UMD bundle sizes are:
${list(umds)}
`;
}
Expand Down

0 comments on commit baad174

Please sign in to comment.