Skip to content

Commit 299ca12

Browse files
authored
docs: correct resolved package name
1 parent 684d450 commit 299ca12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts-shareable-config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Scoped npm packages are not prefixed.
2727
```js
2828
// commitlint.config.js
2929
module.exports = {
30-
extends: ['@commitlint/config-angular'] // => @commitlint/config-angular
30+
extends: ['@commitlint/config-angular'] // => commitlint/config-angular
3131
};
3232
```
3333

0 commit comments

Comments
 (0)