Skip to content
Closed
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 source/tutorial/write-scripts-for-the-mongo-shell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ following:
method or the :method:`connect()` method. You can assign the database
reference to a variable other than ``db``.

- Inside the script, cal :method:`db.getLastError()` explicitly to
- Inside the script, call :method:`db.getLastError()` explicitly to
wait for the result of :doc:`write operations
</core/write-operations>`.

Expand Down