diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 2139fac1c4..2a6aa93e09 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -15,7 +15,7 @@
- **Strip whitespaces in `
`**: Strip whitespaces (including linebreaks) in `` (list item) to improve readability. Only the leading and trailing whitespaces (including linebreaks) are stripped.
- **Only set "force reply" in groups**: Only set `ReplyKeyboardForceReply` to `True` in groups. Previously, it was also set in private chats. See also "Bug fixes" below.
-- **Minor enhancements**: Some internal functions have been optimized to improve readability and maintainability.
+- **Minor refactor**: Some internal functions have been refactored to improve readability and maintainability.
### Bug fixes
diff --git a/docs/CHANGELOG.zh.md b/docs/CHANGELOG.zh.md
index f20cc080aa..fb11919056 100644
--- a/docs/CHANGELOG.zh.md
+++ b/docs/CHANGELOG.zh.md
@@ -15,7 +15,7 @@
- **除去 `` 中的表层空格**: 除去 `` (列表项) 中的表层空格 (包括换行符) 以提高可读性。只有前导和尾随空格 (包括换行符) 被除去。
- **只在群组中设置“强制回复”**: 只在群组中设置 `ReplyKeyboardForceReply` 为 `True`。先前,它也在私聊中被设置。另请参阅下面的“Bug 修复”。
-- **次要的重构**: 重构了一些代码以提高可读性和可维护性。
+- **次要的重构**: 重构了一些内部函数以提高可读性和可维护性。
### Bug 修复