Skip to content

Commit 7def6e5

Browse files
JoonsungUmmarionebl
authored andcommitted
docs: update concepts-shareable-config.md
1 parent e9ea17f commit 7def6e5

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
@@ -35,7 +35,7 @@ The same is true for relative imports
3535

3636
```js
3737
// commitlint.config.js
38-
module.expors = {
38+
module.exports = {
3939
extends: ['./example'] // => ./example.js
4040
}
4141
```

0 commit comments

Comments
 (0)