mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user