[docs] fix link to `bind:this` syntax

Simply replace `/docs#template-syntax-element-directives-bind-this-element` with `/docs#template-syntax-element-directives-bind-this`.
pull/7137/head
chaurka 5 years ago committed by GitHub
parent 0096106b12
commit 8fdaca14c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,7 +57,7 @@ In development mode (see the [compiler options](/docs#compile-time-svelte-compil
If you export a `const`, `class` or `function`, it is readonly from outside the component. Function *expressions* are valid props, however.
Readonly props can be accessed as properties on the element, tied to the component using [`bind:this` syntax](/docs#template-syntax-element-directives-bind-element).
Readonly props can be accessed as properties on the element, tied to the component using [`bind:this` syntax](/docs#template-syntax-element-directives-bind).
```sv
<script>

Loading…
Cancel
Save