From f2728c1f946f337ed79d36447e9e0d92015009e3 Mon Sep 17 00:00:00 2001 From: Jake Atwell Date: Wed, 21 Jun 2023 00:47:45 -0400 Subject: [PATCH] Correct spelling intial -> initial --- demo/demo/templates/demo_two.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/demo/templates/demo_two.html b/demo/demo/templates/demo_two.html index 3754b9ac..7cdc4c1d 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.