Skip to content

Commit

Permalink
Fix typo in communication.rst (#1598) (#1608)
Browse files Browse the repository at this point in the history
* Fix typo in communication.rst

Fix typo in
/msg alias
This should be
/msg alis
as described in the link https://libera.chat/guides/findingchannels

* ignore alis spell check

---------

Co-authored-by: Don Naro <[email protected]>
(cherry picked from commit ea82742)

Co-authored-by: jeremy-bryant <[email protected]>
  • Loading branch information
patchback[bot] and jeremy-bryant authored Jun 18, 2024
1 parent 5fcb92c commit 0fb8ef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .codespellignorelines
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ see the `Active Directory Certificate Services documentation <https://docs.micro
# Following lines from the generated file docs/docsite/rst/reference_appendices/config.rst
:Description: This setting changes the behaviour of mismatched host patterns, it allows you to force a fatal error, a warning or just ignore it.
This setting changes the behaviour of mismatched host patterns, it allows you to force a fatal error, a warning or just ignore it.
/msg alis LIST #ansible* -min 5
2 changes: 1 addition & 1 deletion docs/docsite/rst/community/communication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Our IRC channels may require you to register your IRC nickname. If you receive a

.. code-block:: text
/msg alias LIST #ansible* -min 5
/msg alis LIST #ansible* -min 5
as described in the `libera.chat docs <https://libera.chat/guides/findingchannels>`_.

Expand Down

0 comments on commit 0fb8ef3

Please sign in to comment.