From 17f94a8b4f3e1708adef8c609d3b69e83e85d528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 4 Dec 2018 21:49:26 +0100 Subject: [PATCH] Add missing word in introduction Fixes #1969. --- about/introduction.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/about/introduction.rst b/about/introduction.rst index aa40ac637..a049a640a 100644 --- a/about/introduction.rst +++ b/about/introduction.rst @@ -82,8 +82,8 @@ relatively intuitive: - The :ref:`sec-devel` section is intended for advanced users and contributors to the engine development, with information on compiling the engine, developing C++ modules or editor plugins. -- The :ref:`sec-community` gives information related to contributing to the - engine development and the life of its community, e.g. how to report bugs, +- The :ref:`sec-community` section gives information related to contributing to + the engine development and the life of its community, e.g. how to report bugs, help with the documentation, etc. It also points to various community channels like IRC and Discord and contains a list of recommended third-party tutorials outside of this documentation.