From 32efbe064f392f2b6bfc538f990e1f69b3f05740 Mon Sep 17 00:00:00 2001 From: devSomethingSomething <61376074+devSomethingSomething@users.noreply.github.com> Date: Thu, 6 Apr 2023 18:27:56 +0200 Subject: [PATCH] Fix typo in introduction_to_3d.rst (#7122) * Fix typo in introduction_to_3d.rst * Update number of hyphens in tutorials/3d/introduction_to_3d.rst Co-authored-by: Clay John --------- Co-authored-by: Clay John --- tutorials/3d/introduction_to_3d.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/3d/introduction_to_3d.rst b/tutorials/3d/introduction_to_3d.rst index ff53feb3b..c4a1b0606 100644 --- a/tutorials/3d/introduction_to_3d.rst +++ b/tutorials/3d/introduction_to_3d.rst @@ -44,8 +44,8 @@ little more difficult. The content needs to be created with special 3D tools exchange file format to be imported in Godot. This is required since 3D formats are not as standardized as images. -Maually authored models (using 3D modeling software) ----------------------------------------------------- +Manually authored models (using 3D modeling software) +----------------------------------------------------- .. FIXME: Needs update to properly description Godot 3.x workflow (used to reference a non existing doc_importing_3d_meshes importer).