api-changelog: Fix feature level 174 note.

Fix typo in API changelog feature level 174, and change "will"
to "may" about removing support for deprecated "private" value
for `type` parameter.
This commit is contained in:
Lauryn Menard 2023-04-21 14:56:52 +02:00 committed by Tim Abbott
parent c80807c962
commit cad2bc7628
1 changed files with 2 additions and 2 deletions

View File

@ -47,9 +47,9 @@ format used by the Zulip server that they are interacting with.
* [`POST /typing`](/api/set-typing-status), [`POST /messages`](/api/send-message):
Added `"direct"` as the preferred way to indicate a direct message for the
`type` parameter, deprecating the original `"private"`. While `"private"`
is still supported for direct messages, clients are encouraged to use to
is still supported for direct messages, clients are encouraged to use
the modern convention with servers that support it, because support for
`"private"` will eventually be removed.
`"private"` may eventually be removed.
**Feature level 173**: