From 8fc1cecff0e02308788215ce02fb4390794188b1 Mon Sep 17 00:00:00 2001 From: MJurczyk Date: Mon, 29 Nov 2021 10:53:47 +0100 Subject: [PATCH] Fix a typo (#22905) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the dot from the final menu element. 🐬 --- manual/list.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manual/list.json b/manual/list.json index 026670c7e1b56c..d89fb18504d9f7 100644 --- a/manual/list.json +++ b/manual/list.json @@ -49,7 +49,7 @@ "Billboards and Facades": "en/billboards", "Freeing Resources": "en/cleanup", "Making Voxel Geometry (Minecraft)": "en/voxel-geometry", - "Start making a Game.": "en/game" + "Start making a Game": "en/game" }, "WebXR": { "VR - Basics": "en/webxr", @@ -110,7 +110,7 @@ "Billboards and Facades": "fr/billboards", "Freeing Resources": "fr/cleanup", "Making Voxel Geometry (Minecraft)": "fr/voxel-geometry", - "Start making a Game.": "fr/game" + "Start making a Game": "fr/game" }, "WebXR": { "VR - Basics": "fr/webxr", @@ -171,7 +171,7 @@ "Billboards and Facades": "ja/billboards", "Freeing Resources": "ja/cleanup", "Making Voxel Geometry (Minecraft)": "ja/voxel-geometry", - "Start making a Game.": "ja/game" + "Start making a Game": "ja/game" }, "WebXR": { "VR - Basics": "ja/webxr", @@ -293,7 +293,7 @@ "Billboards and Facades": "ru/billboards", "Freeing Resources": "ru/cleanup", "Making Voxel Geometry (Minecraft)": "ru/voxel-geometry", - "Start making a Game.": "ru/game" + "Start making a Game": "ru/game" }, "WebXR": { "VR - Basics": "ru/webxr", @@ -348,7 +348,7 @@ "Billboards and Facades": "zh/billboards", "Freeing Resources": "zh/cleanup", "Making Voxel Geometry (Minecraft)": "zh/voxel-geometry", - "Start making a Game.": "zh/game" + "Start making a Game": "zh/game" }, "WebXR": { "VR - Basics": "zh/webxr",