Skip to content

Commit 8c68d56

Browse files
(DOCS-14764): Fix typo in 5.0 compat notes
1 parent 6f202ef commit 8c68d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/release-notes/5.0-compatibility.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ protocol, upgrade your driver to a 5.0-compatible version.
415415
Any code explicitly using :dbcommand:`getLastError`,
416416
:method:`db.getLastError()`, or :method:`db.getLastErrorObj()`
417417
should instead use the CRUD API to issue the write with
418-
the designed :doc:`write concern </reference/write-concern>`.
418+
the desired :doc:`write concern </reference/write-concern>`.
419419
Information about the success or failure of the write operation will be
420420
provided directly by the driver as a return value.
421421

0 commit comments

Comments
 (0)