Modify comment syntax error

This commit is contained in:
wanghaha-dev 2022-11-04 23:37:34 +08:00
parent cc66213e57
commit 08cd375108
14 changed files with 24 additions and 24 deletions

View file

@ -127,7 +127,7 @@ each one.
- Configuration per application instance, through ``app.config``
values. This is configuration that could reasonably change for each
deployment of an application. A common example is a URL to an
deployment of an application. A common example is an URL to an
external resource, such as a database. Configuration keys should
start with the extension's name so that they don't interfere with
other extensions.