diff --git a/documentation/docs/03-template-syntax/11-bind.md b/documentation/docs/03-template-syntax/11-bind.md index e56c2b4f775e..022aa308ce6a 100644 --- a/documentation/docs/03-template-syntax/11-bind.md +++ b/documentation/docs/03-template-syntax/11-bind.md @@ -28,12 +28,12 @@ You can also use `bind:property={get, set}`, where `get` and `set` are functions /> ``` -In the case of readonly bindings like [dimension bindings](#Dimensions), the `get` value should be `null`: +In the case of readonly bindings like [dimension bindings](#Dimensions), the `set` value should be `null`: ```svelte
...
```