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');