Merge pull request #1244 from Winnetou/patch-6

Minor typos fixed
This commit is contained in:
Markus Unterwaditzer 2014-11-07 10:24:52 +01:00
commit 13bd8586e9

View file

@ -4,7 +4,7 @@ Adding a favicon
A "favicon" is an icon used by browsers for tabs and bookmarks. This helps A "favicon" is an icon used by browsers for tabs and bookmarks. This helps
to distinguish your website and to give it a unique brand. to distinguish your website and to give it a unique brand.
A common question is how to add a favicon to a flask application. First, of A common question is how to add a favicon to a Flask application. First, of
course, you need an icon. It should be 16 × 16 pixels and in the ICO file course, you need an icon. It should be 16 × 16 pixels and in the ICO file
format. This is not a requirement but a de-facto standard supported by all format. This is not a requirement but a de-facto standard supported by all
relevant browsers. Put the icon in your static directory as relevant browsers. Put the icon in your static directory as