From de22da768d521d60e62d8a0406dd40f9663c8a44 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 29 Apr 2020 16:03:05 -0700 Subject: [PATCH] api docs: Fix typo s/emoji_type/reaction_type. --- templates/zerver/api/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zerver/api/changelog.md b/templates/zerver/api/changelog.md index e211c88c87..69d0393370 100644 --- a/templates/zerver/api/changelog.md +++ b/templates/zerver/api/changelog.md @@ -19,8 +19,8 @@ below features are supported. **Feature level 2**: * [`POST /messages/{message_id}/reactions`](/api/add-emoji-reaction): - The `emoji_type` parameter is optional; the server will guess the - emoji_type if it is not specified (checking custom emoji, then + The `reaction_type` parameter is optional; the server will guess the + `reaction_type` if it is not specified (checking custom emoji, then unicode emoji for any with the provided name). * `reactions` objects returned by the API (both in `GET /messages` and in `GET /events`) now include the user who reacted in a top-level