fix typo: 'version' -> 'versions'

This commit is contained in:
jack
2026-08-24 19:10:41 +01:00
committed by GitHub
parent 37f0e8b812
commit 3e03b845d2

View File

@@ -6,7 +6,7 @@ Using NavigationRegions
NavigationRegions are the visual Node representation of a **region** of the navigation **map** on the NavigationServer.
Each NavigationRegion node holds a resource for the navigation mesh data.
Both 2D and 3D version are available as :ref:`NavigationRegion2D<class_NavigationRegion2D>`
Both 2D and 3D versions are available as :ref:`NavigationRegion2D<class_NavigationRegion2D>`
and :ref:`NavigationRegion3D<class_NavigationRegion3D>` respectively.
Individual NavigationRegions upload their 2D NavigationPolygon or 3D NavigationMesh resource data to the NavigationServer.