forked from orbit-oss/flask
Fixed two typos in the pattern documentation. Thanks Ricky de Laveaga
This commit is contained in:
parent
4a2d2ba3b8
commit
0d9b6347d6
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ Another method is using Google's `AJAX Libraries API
|
|||
|
||||
In this case you don't have to put jQuery into your static folder, it will
|
||||
instead be loaded from Google directly. This has the advantage that your
|
||||
website will probably load faster for users if they were to at least one
|
||||
website will probably load faster for users if they went to at least one
|
||||
other website before using the same jQuery version from Google because it
|
||||
will already be in the browser cache. Downside is that if you don't have
|
||||
network connectivity during development jQuery will not load.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue