fix: fix spells (#362)

This commit is contained in:
Rubin Bhandari
2024-10-24 06:00:28 +05:45
committed by GitHub
parent 16ec78f30b
commit c247606baa
6 changed files with 6 additions and 6 deletions

View File

@@ -159,7 +159,7 @@ export const renderResourceLabel = (lblType: ResourceLabelType, rmUsg: GenericRe
B: (size: number): number => size,
};
// Get them datas in proper GiB, MiB, KiB, TiB, or bytes
// Get the data in proper GiB, MiB, KiB, TiB, or bytes
const totalSizeFormatted = autoFormatSize(total, round);
// get the postfix: one of [TiB, GiB, MiB, KiB, B]
const postfix = getPostfix(total);