@ -42,7 +42,7 @@ are combined by the dispatcher middleware into a larger one that
dispatched based on prefix.
For example you could have your main application run on `/` and your
backend interface on `/admin`::
backend interface on `/backend`::
from werkzeug.wsgi import DispatcherMiddleware
from frontend_app import application as frontend