diff --git a/data/web/corefork.telegram.org/api/peers.html b/data/web/corefork.telegram.org/api/peers.html
index 81d59fbbfb..dfb6557a91 100644
--- a/data/web/corefork.telegram.org/api/peers.html
+++ b/data/web/corefork.telegram.org/api/peers.html
@@ -211,8 +211,8 @@ As specified in the constructor docs, some of the fields must not be overwritten
Invalidate only userFull and channelFull entries 60 seconds after they are stored.
Refresh the full info database when the client needs some data from a full constructor, and there is no entry already in the database, or the required entry was invalidated by the TTL, or if:
-- Some event (specified here ») changes the value of a specific subset of fields of an entry in the (non-full!) peer info database ».
-See the documentation in the user and channel constructor pages for more info.
+- Some event (specified here ») changes the value of a very specific subset of fields of an entry in the (non-full!) peer info database ».
+See the documentation in the user and channel constructor pages for more info (search for the keyword "invalidate").
- When receiving an updateUser, updateChat, updateChannel, and some other updates, as specified here »
- After invoking bots.setBotInfo (even on error) after changing
about
or description
(but not name
), for the bot whose info we changed.
- After invoking messages.setChatWallPaper to remove the wallpaper and receiving an error, for the peer whose wallpapers we tried to change, to fetch the correct and updated wallpaper settings.