fknop / angular-pipes

Useful pipes for Angular
https://fknop.gitbook.io/angular-pipes/
MIT License
732 stars 157 forks source link

The kilo prefix ('k') should be lower case #70

Closed Borewit closed 6 years ago

Borewit commented 6 years ago

Issue type [x] bug report [ ] feature request

Current behavior

401060 | bytes results in 392 KB

Expected behavior 401060 | bytes results in 392 kB (lower-case k)

Rational Symbol k is standardized as lowercase by International System of Units (SI)

It is kb for kilo-bit and kB for kilo-byte.

Borewit commented 6 years ago

Thanks!