From 5dd2ce28f08dd87445ecac3cde77f5bf01e90062 Mon Sep 17 00:00:00 2001 From: Melvin Date: Thu, 5 Oct 2017 20:27:25 -0700 Subject: [PATCH] Remove the space between link and title --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 750c2d6..4860912 100644 --- a/readme.md +++ b/readme.md @@ -177,7 +177,7 @@ The most common mistakes I noticed in these modules was using `instanceof` for t - [is-array-sorted](https://github.com/sindresorhus/is-array-sorted) - Check if an Array is sorted - [is-error-constructor](https://github.com/sindresorhus/is-error-constructor) - Check if a value is an error constructor - [is-empty-iterable](https://github.com/sindresorhus/is-empty-iterable) - Check if an Iterable is empty -- [is-blob] (https://github.com/sindresorhus/is-blob) - Check if a value is a Blob - File-like object of immutable, raw data +- [is-blob](https://github.com/sindresorhus/is-blob) - Check if a value is a Blob - File-like object of immutable, raw data ## Created by