Skip to content

Commit cdc215a

Browse files
Correct spelling intial -> initial (#465)
1 parent 279d650 commit cdc215a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/demo/templates/demo_two.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ <h1>Initial State</h1>
1010
representation of that app along with its initial state.
1111
</p>
1212
<p>
13-
Each time this page is reloaded, the application will revert to its stored intial state. This initial
13+
Each time this page is reloaded, the application will revert to its stored initial state. This initial
1414
state is persisted in a standard
1515
Django <a href="{%url "admin:django_plotly_dash_dashapp_changelist" %}">model</a>.
1616
</p>
1717
<p>
18-
It is also possible to specify intial arguments in the template. These override the values specifed in
18+
It is also possible to specify initial arguments in the template. These override the values specifed in
1919
the code defining the app, and also take priority over any stored state.
2020
</p>
2121
<div class="card bg-light border-dark">

0 commit comments

Comments
 (0)