Skip to content

Commit

Permalink
Fix typo in communication.rst (#1598)
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 <dnaro@redhat.com>
  • Loading branch information
jeremy-bryant and oraNod authored Jun 18, 2024
1 parent d1a45ee commit ea82742
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 ea82742

Please sign in to comment.