diff --git a/demo/demo/templates/demo_two.html b/demo/demo/templates/demo_two.html index 3754b9a..7cdc4c1 100644 --- a/demo/demo/templates/demo_two.html +++ b/demo/demo/templates/demo_two.html @@ -10,12 +10,12 @@

Initial State

representation of that app along with its initial state.

- Each time this page is reloaded, the application will revert to its stored intial state. This initial + Each time this page is reloaded, the application will revert to its stored initial state. This initial state is persisted in a standard Django model.

- It is also possible to specify intial arguments in the template. These override the values specifed in + It is also possible to specify initial arguments in the template. These override the values specifed in the code defining the app, and also take priority over any stored state.