diff --git a/content/tutorial/01-svelte/08-stores/06-store-bindings/README.md b/content/tutorial/01-svelte/08-stores/06-store-bindings/README.md index ddd23f215..05691b05d 100644 --- a/content/tutorial/01-svelte/08-stores/06-store-bindings/README.md +++ b/content/tutorial/01-svelte/08-stores/06-store-bindings/README.md @@ -15,7 +15,7 @@ Changing the input value will now update `name` and all its dependents. We can also assign directly to store values inside a component. Add a ` ```