Skip to content

Commit

Permalink
Replace uses of “refresh” with “Run with JS”
Browse files Browse the repository at this point in the history
Fixes #2889
  • Loading branch information
chasenlehara committed Dec 13, 2016
1 parent 4f1f24c commit b96debf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/can-guides/experiment/todomvc/todomvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ The deleted todo is automatically removed from the page because [can-connect/can
are created, updated or destroyed. If you’ve created the right [can-set.Algebra], you
shouldn’t have to manage lists yourself.

Finally, if you refresh the page after deleting, you’ll notice the page temporarily shows fewer items.
Finally, if you click “Run with JS” after deleting a todo, you’ll notice the page temporarily shows fewer items.
This is because the fall through cache’s data is shown before the response from fixtured data store
is used.

Expand Down

0 comments on commit b96debf

Please sign in to comment.