Skip to content

Commit e5945ff

Browse files
fix spelling / grammar issues
1 parent ccd877a commit e5945ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/changelog.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ the `MongoDB Download Center
5858
Behavior Updates
5959
~~~~~~~~~~~~~~~~
6060

61-
The legacy ``mongo`` shell error handling different was not consistent
62-
between commands. ``mongosh`` now standardizes the user-facing behavior
63-
here. Whenever a shell helper issues a db command that results in
64-
``{ ok: 0 }`` ``mongosh`` throwsan error. Running the raw command,
65-
however, does not throw an exception and prints the server output.
61+
The legacy ``mongo`` shell error handling was not consistent between
62+
commands. ``mongosh`` now standardizes the user-facing behavior.
63+
Whenever a shell helper issues a command that results in ``{ ok: 0 }``
64+
``mongosh`` throws an exception and does not return the raw output from
65+
the server.
6666

6767
Bug Fixes
6868
~~~~~~~~~

0 commit comments

Comments
 (0)