Skip to content

Commit

Permalink
Fix typo in user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos authored Jun 1, 2024
1 parent c542e82 commit 4338e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Registering Handlers

.. seealso::

It's recommeded that you follow the :ref:`tutorial <tutorial>` before reading this section.
It's recommended that you follow the :ref:`tutorial <tutorial>` before reading this section.

- The :func:`~pygls.server.LanguageServer.feature` decorator is used to register a handler for a given LSP message.
- The :func:`~pygls.server.LanguageServer.command` decorator is used to register a named command.
Expand Down

0 comments on commit 4338e07

Please sign in to comment.