diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/commands.rst | 2 | ||||
-rw-r--r-- | doc/source/configuration.rst | 2 | ||||
-rw-r--r-- | doc/source/dev/events.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 4a45d15d..3f3bb475 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -428,7 +428,7 @@ MultiUserChat tab commands **Usage:** ``/info <nickname>`` Display some information about the user in the room: - his/her role, affiliation, status, and status message. + their role, affiliation, status, and status message. /version **Usage:** ``/version <nickname or jid>`` diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 3a5f2ef9..e394ee03 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -656,7 +656,7 @@ or the way messages are displayed. Some informational messages (error, a contact getting connected, etc) are sometimes added to the information buffer. These settings can make - that buffer grow temporarly so you can read these information when they + that buffer grow temporarily so you can read these information when they appear. A list of message types that should make the information buffer grow diff --git a/doc/source/dev/events.rst b/doc/source/dev/events.rst index a2e6ad9d..6dd2e65e 100644 --- a/doc/source/dev/events.rst +++ b/doc/source/dev/events.rst @@ -121,7 +121,7 @@ The following events are poezio-only events, for Slixmpp events, check out changing_nick - **presence:** :py:class:`~~slixmpp.Presence` to be sent - Triggered when the user changes his/her nickname on a MUC. The + Triggered when the user changes their nickname on a MUC. The presence can thus be modified before being sent. send_normal_presence |