Merge pull request #9260 from melquiadess/fix-typos

Fix various minor typos

(cherry picked from commit 9237eb804c)

# Conflicts:
#	contributing/documentation/docs_image_guidelines.rst
#	tutorials/export/one-click_deploy.rst
#	tutorials/xr/openxr_settings.rst
This commit is contained in:
Max Hilbrunner
2024-04-20 19:16:56 +02:00
committed by Max Hilbrunner
parent 2ad41558ba
commit 8d9af1aa97
20 changed files with 27 additions and 27 deletions

View File

@@ -312,7 +312,7 @@ Using a v2 Android plugin as an Android library
Since they are also Android libraries, Godot v2 Android plugins can be stripped from their ``EditorExportPlugin`` packaging and provided as raw ``AAR`` binaries for use as libraries alongside the :ref:`Godot Android library <doc_android_library>` by Android apps.
If targetting this use-case, make sure to include additional instructions for how the ``AAR`` binaries should be included (e.g: custom additions to the Android app's manifest).
If targeting this use-case, make sure to include additional instructions for how the ``AAR`` binaries should be included (e.g: custom additions to the Android app's manifest).
Reference implementations
-------------------------