Error in meteor svelte simple-todo

Here https://svelte-tutorial.meteor.com/simple-todos/04-update-and-remove.html

at
4.3: Remove tasks
First add a button after the task.text in your TaskForm component:
imports/ui/TaskForm.svelte

please change to
First add a button after the task.text in your Task component:
imports/ui/Task.svelte

Thanks. Also, i do not know if it is just me, but the svelte version has problems with displaying the startup tasks. Probably something with fetching the data.

@overcatbe If you wanted, you could make these changes and submit them as a PR on the meteor/tutorials repository.