diff options
| author | Steve Piercy <web@stevepiercy.com> | 2019-07-27 12:52:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-27 12:52:16 -0700 |
| commit | dbef47bdd0c0f1b719bc442635acb01a66cf8b5f (patch) | |
| tree | 1fd927240df4ddc0918ef3b73fd4fb5cf0c822c6 /docs/narr/advanced-features.rst | |
| parent | 54150cd4eae17a5d5d77d28db36d2299769c7446 (diff) | |
| parent | 94f7994883832b1823f91aa46bb72960e5c24fe3 (diff) | |
| download | pyramid-dbef47bdd0c0f1b719bc442635acb01a66cf8b5f.tar.gz pyramid-dbef47bdd0c0f1b719bc442635acb01a66cf8b5f.tar.bz2 pyramid-dbef47bdd0c0f1b719bc442635acb01a66cf8b5f.zip | |
Merge pull request #3503 from minho42/Fix-typos
Fix typos
Diffstat (limited to 'docs/narr/advanced-features.rst')
| -rw-r--r-- | docs/narr/advanced-features.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/advanced-features.rst b/docs/narr/advanced-features.rst index b169aad95..b24208bc4 100644 --- a/docs/narr/advanced-features.rst +++ b/docs/narr/advanced-features.rst @@ -84,7 +84,7 @@ Speaking of the :app:`Pyramid` structured :meth:`~pyramid.config.Configurator.in If you need, you can extend or override the configuration of an existing application by including its configuration in your own and then modifying it. -For example, if you want to reuse an existing application that already has a bunch of routes, you can just use the ``include`` statement with a ``route_prefix``. All the routes of that application will be availabe, prefixed as you requested: +For example, if you want to reuse an existing application that already has a bunch of routes, you can just use the ``include`` statement with a ``route_prefix``. All the routes of that application will be available, prefixed as you requested: .. code-block:: python :linenos: @@ -115,7 +115,7 @@ In addition, the system that handles authentication and authorization is flexibl Build Trees of Resources ------------------------ -:app:`Pyramid` supports :term:`traversal`, a way of mapping URLs to a concrete :term:`resource tree`. If your application naturally consists of an arbitrary heirarchy of different types of content (like a CMS or a Document Management System), traversal is for you. If you have a requirement for a highly granular security model ("Jane can edit documents in *this* folder, but not *that* one"), traversal can be a powerful approach. +:app:`Pyramid` supports :term:`traversal`, a way of mapping URLs to a concrete :term:`resource tree`. If your application naturally consists of an arbitrary hierarchy of different types of content (like a CMS or a Document Management System), traversal is for you. If you have a requirement for a highly granular security model ("Jane can edit documents in *this* folder, but not *that* one"), traversal can be a powerful approach. .. seealso:: |
