Fix false positives in codespell CI and fix reported typos

- Don't install codespell when building offline docs
  as it's not needed in that workflow.
This commit is contained in:
Hugo Locurcio
2024-05-31 10:58:12 +02:00
parent 6e6b257801
commit 06bd5b3ccb
9 changed files with 10 additions and 9 deletions
@@ -192,7 +192,7 @@ You can display your custom widget in two ways. Use just the default ``add_child
method to display it to the right of the property name, and use ``add_child()``
followed by ``set_bottom_editor()`` to position it below the name.
.. FIXME: The second tab has the C# lexer for hightlighting disabled for now, as the provided code causes errors.
.. FIXME: The second tab has the C# lexer for highlighting disabled for now, as the provided code causes errors.
.. tabs::
.. code-tab:: gdscript GDScript