forked from orbit-oss/flask
fixed spelling of "instantiate"
while the interwebs suggest "instanciate" might be a valid spelling, it seems quite uncommon and potentially irritating (to pedants like myself)
This commit is contained in:
parent
b786eac557
commit
76c1a1f722
3 changed files with 4 additions and 4 deletions
|
|
@ -58,7 +58,7 @@ Dispatch by Subdomain
|
|||
|
||||
Sometimes you might want to use multiple instances of the same application
|
||||
with different configurations. Assuming the application is created inside
|
||||
a function and you can call that function to instanciate it, that is
|
||||
a function and you can call that function to instantiate it, that is
|
||||
really easy to implement. In order to develop your application to support
|
||||
creating new instances in functions have a look at the
|
||||
:ref:`app-factories` pattern.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue