fix tutorial link

pull/2511/head
Jesse Wicks 5 years ago committed by Conduitry
parent 96e3df1c79
commit 57735d4982

@ -12,4 +12,4 @@ The readonly `this` binding applies to every element (and component) and allows
></canvas>
```
Note that the value of `canvas` will be `undefined` until the component has mounted, so we put the logic inside the `onMount` [lifecycle function](tutorials/onmount).
Note that the value of `canvas` will be `undefined` until the component has mounted, so we put the logic inside the `onMount` [lifecycle function](tutorial/onmount).
Loading…
Cancel
Save