From 9fc11a2c263d94ec34de1ba20c1d38e40f9c8256 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Wed, 10 Jan 2024 11:06:18 -0500 Subject: [PATCH] Replace "an" with "a" since it no longer precedes "isMaster" --- source/auth/auth.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/auth/auth.rst b/source/auth/auth.rst index a888de66d6..f890ae345e 100644 --- a/source/auth/auth.rst +++ b/source/auth/auth.rst @@ -191,7 +191,7 @@ Mechanism Negotiation via Handshake :since: 4.0 If an application provides a username but does not provide an -authentication mechanism, drivers MUST negotiate a mechanism via an +authentication mechanism, drivers MUST negotiate a mechanism via a ``hello`` or legacy hello command requesting a user's supported SASL mechanisms:: {hello: 1, saslSupportedMechs: "."}