From 27cf1424084b80ab4ebb23fe4efa83019de55ec9 Mon Sep 17 00:00:00 2001 From: atomiks Date: Tue, 2 Jan 2018 03:21:16 +1100 Subject: [PATCH] fix typo --- snippets/prettyBytes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/prettyBytes.md b/snippets/prettyBytes.md index b9be85631..80577c118 100644 --- a/snippets/prettyBytes.md +++ b/snippets/prettyBytes.md @@ -3,7 +3,7 @@ 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 -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. ```js