Browse Source

Fix `AKNOWLEDGED` typo in reference documentation.

Two typos found have been updated

Closes #4135
3.4.x
Sojin 3 years ago committed by Mark Paluch
parent
commit
228ee1e315
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
  1. 2
      README.adoc

2
README.adoc

@ -115,7 +115,7 @@ Use `<mongo:client-settings cluster-hosts="..." />` instead @@ -115,7 +115,7 @@ Use `<mongo:client-settings cluster-hosts="..." />` instead
| `<mongo:db-factory writeConcern="..." />`
| NONE, NORMAL, SAFE, FSYNC_SAFE, REPLICAS_SAFE, MAJORITY
| W1, W2, W3, UNAKNOWLEDGED, AKNOWLEDGED, JOURNALED, MAJORITY
| W1, W2, W3, UNACKNOWLEDGED, ACKNOWLEDGED, JOURNALED, MAJORITY
|===
.Removed XML Namespace Elements and Attributes:

Loading…
Cancel
Save