From e2b62367b2ee955d385fa6523dcc590485285de7 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Tue, 8 Mar 2022 14:28:32 +0100 Subject: [PATCH] Fix small typo on `quickstart.rst` --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 265a6e448..49c8afe9c 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -102,7 +102,7 @@ Try requesting ``people`` now: This time we also got an ``_items`` list. The ``_links`` are relative to the resource being accessed, so you get a link to the parent resource (the home page) and to the resource itself. If you got a timeout error from pymongo, make -sure the prerequistes are met. Chances are that the ``mongod`` server process +sure the prerequisites are met. Chances are that the ``mongod`` server process is not running. By default Eve APIs are read-only: