Skip to content

Commit 1cc6ac3

Browse files
committed
Clarify usage in docs
1 parent 5e6fd13 commit 1cc6ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing-a-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ For public plugins:
9292

9393
```js
9494
module.exports = (opts = {}) => {
95-
// Plugin creator to check options or prepare caches
95+
// Plugin creator to check options or prepare shared state
9696
return {
9797
postcssPlugin: 'PLUGIN NAME'
9898
// Plugin listeners

0 commit comments

Comments
 (0)