Unify the uses of "urls" vs "URLs".

Use "URLs", which is more prevailing in the source code.
This commit is contained in:
Petr Zemek 2014-10-27 11:36:23 +01:00
parent d1423b3e16
commit 3767e7ba4f
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
<h1>This is blueprint example</h1>
<p>
A simple page blueprint is registered under / and /pages
you can access it using this urls:
you can access it using this URLs:
<ul>
<li><a href="{{ url_for('simple_page.show', page='hello') }}">/hello</a>
<li><a href="{{ url_for('simple_page.show', page='world') }}">/world</a>