From 587afcfd423bea2598b9e9bd5d84628c76d99278 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 27 Feb 2022 14:13:30 +0700 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 47c59b7..05a291a 100644 --- a/readme.md +++ b/readme.md @@ -110,7 +110,7 @@ is.array(value, is.number); // Validate `value` is an array and all of its items **Note:** TypeScript users must use `.function_()` because of a TypeScript naming limitation. ##### .buffer(value) -#### .blob(value) +##### .blob(value) ##### .object(value) Keep in mind that [functions are objects too](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions).