From edc27c85c5257df65184fd44c80549ffd0346360 Mon Sep 17 00:00:00 2001 From: Cameron Steele Date: Sun, 7 Nov 2021 22:26:23 -0800 Subject: [PATCH] minor typos in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d5dc57d..9cbc5ce2 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ madge('path/to/app.js').then((res) => { #### .circular() -> Returns an `Array` of all modules that has circular dependencies. +> Returns an `Array` of all modules that have circular dependencies. ```javascript const madge = require('madge');