forked from orbit-oss/flask
Fix #856 ommited typo in quickstart
This commit is contained in:
parent
8f1dada542
commit
5207c69064
1 changed files with 2 additions and 2 deletions
|
|
@ -192,8 +192,8 @@ The following converters exist:
|
|||
with a trailing slash will produce a 404 "Not Found" error.
|
||||
|
||||
This behavior allows relative URLs to continue working even if the trailing
|
||||
slash is ommited, consistent with how Apache and other servers work. Also,
|
||||
the URLs will stay unique, which helps search engines avoid indexing the
|
||||
slash is omitted, consistent with how Apache and other servers work. Also,
|
||||
the URLs will stay unique, which helps search engines avoid indexing the
|
||||
same page twice.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue