Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit f31332b

Browse files
committed
Copy editing
1 parent 9961480 commit f31332b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.node/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ postcss([
2121
.process(input, { from: source, to: destination })
2222
.then((result) => {
2323
const output = [
24-
`// This file was automatically generated and should not be edited.`,
24+
`// This file was automatically generated and shouldn't be edited.`,
2525
`let css: String = #"${result.css}"#`,
2626
].join("\n\n") + "\n";
2727

0 commit comments

Comments
 (0)