Writeable demo fails in docs

Import typo fixed. `writable` => `writeable`
pull/4257/head
Peter Menocal 6 years ago committed by GitHub
parent 7c3e34c00b
commit 2866616cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -159,7 +159,7 @@ Local variables (that do not represent store values) must *not* have a `$` prefi
```html
<script>
import { writable } from 'svelte/store';
import { writeable } from 'svelte/store';
const count = writable(0);
console.log($count); // logs 0

Loading…
Cancel
Save