summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2011-01-15 21:54:58 -0700
committerCasey Duncan <casey.duncan@gmail.com>2011-01-15 21:54:58 -0700
commit82e0452f9c71ddd71489cca74f6070dada94e5dd (patch)
tree4ec95b421e7f886c2787e8955f4f004379ce0059 /docs
parent54b5b503695205f9c0f7acd6b59731a3a6493680 (diff)
downloadpyramid-82e0452f9c71ddd71489cca74f6070dada94e5dd.tar.gz
pyramid-82e0452f9c71ddd71489cca74f6070dada94e5dd.tar.bz2
pyramid-82e0452f9c71ddd71489cca74f6070dada94e5dd.zip
our => the
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/security.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/security.rst b/docs/narr/security.rst
index 62a4727bc..43b5aaa19 100644
--- a/docs/narr/security.rst
+++ b/docs/narr/security.rst
@@ -12,7 +12,7 @@ credentials in the :term:`request` does not have an appropriate level of
access when a particular resource is the :term:`context`. Here's how it
works at a high level:
-- A :term:`request` is generated when a user visits our application.
+- A :term:`request` is generated when a user visits the application.
- Based on the request, a :term:`context` resource is located through
:term:`resource location`. A context is located differently depending on