diff --git a/.changes/shell-command-apis.md b/.changes/shell-command-apis.md index 2307e07c..86ee5a40 100644 --- a/.changes/shell-command-apis.md +++ b/.changes/shell-command-apis.md @@ -2,4 +2,4 @@ "shell": "patch" --- -Added `Command::arg`, `Command::env` and changed `Command::new` input type. \ No newline at end of file +Added `Command::arg`, `Command::env` and changed `Command::new` input type. diff --git a/examples/api/src/App.svelte b/examples/api/src/App.svelte index dd0df993..aace377f 100644 --- a/examples/api/src/App.svelte +++ b/examples/api/src/App.svelte @@ -1,7 +1,7 @@