diff --git a/docs/api/lint.md b/docs/api/lint.md index fc50cff6c8..3f8b7cb439 100644 --- a/docs/api/lint.md +++ b/docs/api/lint.md @@ -45,7 +45,7 @@ lint(message: string, rules: {[ruleName: string]: Rule}, opts?: Options) => Prom ### Import ```js -import lint '@commitlint/lint'; +import lint from '@commitlint/lint'; ``` ### Usage without config