Skip to content

Commit

Permalink
docs: fixed error in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Feb 2, 2019
1 parent ff210d8 commit 42b14bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -348,7 +348,7 @@ const user = {
}

const loadedUser = await produce(user, async function(draft) {
user.todos = await (await window.fetch("http://host/" + draft.name)).json()
draft.todos = await (await window.fetch("http://host/" + draft.name)).json()
})
```

Expand Down

0 comments on commit 42b14bd

Please sign in to comment.