Skip to content

Commit

Permalink
🧹chore: fix comment (#3119
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel3108 committed Nov 19, 2023
1 parent e546a63 commit f4f66c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/svelte-add/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const updateFile = async ({ path, content }) => {
/**
* Example:
* await updateCss({
* path: "/path/to/project/src/app.postcss",
* path: "/path/to/project/src/app.pcss",
* script: async ({ exists, postcss }) => {
* // modify the PostCSS AST and return it
* return {
Expand Down

0 comments on commit f4f66c0

Please sign in to comment.