Fix typo in docs on SASL authentication.

Word "sends" was missing.

Jaime Casanova
pull/18/merge
Heikki Linnakangas 9 years ago
parent 39151781c8
commit e68432a0e1
  1. 6
      doc/src/sgml/protocol.sgml

@ -1353,9 +1353,9 @@ general, while the next subsection gives more details on SCRAM-SHA-256.
<step id="sasl-auth-begin">
<para>
To begin a SASL authentication exchange, the server an AuthenticationSASL
message. It includes a list of SASL authentication mechanisms that the
server can accept, in the server's preferred order.
To begin a SASL authentication exchange, the server sends an
AuthenticationSASL message. It includes a list of SASL authentication
mechanisms that the server can accept, in the server's preferred order.
</para>
</step>

Loading…
Cancel
Save