another markdown fix

pull/7738/head
Conduitry 7 years ago
parent d223b39408
commit 37a748e9b0

@ -37,7 +37,8 @@ Normally, you'd interact with a component by getting and setting *props*:
```js ```js
console.log(component.answer); // 42 console.log(component.answer); // 42
component.answer = component.answer = 420;
```
Every Svelte component instance has three built-in methods: Every Svelte component instance has three built-in methods:

Loading…
Cancel
Save