fix typo
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
Converts a number in bytes to a human-readable string.
|
Converts a number in bytes to a human-readable string.
|
||||||
|
|
||||||
Use an array dictionary of units to be accessed based on the exponent. Return the prettified
|
Use an array dictionary of units to be accessed based on the exponent. Return the prettified
|
||||||
string by building it up taking into account whether the supplied options and whether it is
|
string by building it up taking into account the supplied options and whether it is
|
||||||
negative or not.
|
negative or not.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|||||||
Reference in New Issue
Block a user