fix grammar in links to app and request context

This commit is contained in:
Seth Rutner 2021-09-21 15:44:39 -07:00 committed by David Lord
parent b4094b35ef
commit 1a40d9b976
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 5 additions and 6 deletions

View file

@ -21,8 +21,7 @@ that these functions are not only there for interactive shell usage, but
also for unit testing and other situations that require a faked request
context.
Generally it's recommended that you read the :doc:`reqcontext`
chapter of the documentation first.
Generally it's recommended that you read :doc:`reqcontext` first.
Command Line Interface
----------------------