Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix small typo on quickstart.rst #1469

Merged
merged 1 commit into from
Mar 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down