summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Ford <elliot.ford@hotmail.co.uk>2023-04-07 10:22:07 +0100
committerGitHub <noreply@github.com>2023-04-07 11:22:07 +0200
commit93d876ceccb96145fd0cf9c2fcead24ef2060cc6 (patch)
tree031ce2292dc9d2ff32b07dbff3b7d5f24b699cd6
parent1c45ec4e46d6257011b6e55888c5efb8470e4049 (diff)
downloadrdflib-93d876ceccb96145fd0cf9c2fcead24ef2060cc6.tar.gz
docs: fix typo in security considerations documentation
Replaced "access" with "accessed".
-rw-r--r--docs/security_considerations.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/security_considerations.rst b/docs/security_considerations.rst
index 7e25695b..c6edb5dd 100644
--- a/docs/security_considerations.rst
+++ b/docs/security_considerations.rst
@@ -8,7 +8,7 @@ RDFLib is designed to access arbitrary network and file resources, in some cases
these are directly requested resources, in other cases they are indirectly
referenced resources.
-An example of where indirect resources are access is JSON-LD processing, where
+An example of where indirect resources are accessed is JSON-LD processing, where
network or file resources referenced by ``@context`` values will be loaded and
processed.