diff --git a/doc/index.rst b/doc/index.rst
index 99e560a..3eded04 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -197,15 +197,14 @@ robot hardware interfaces between *ros2_control* and Gazebo Classic.
.. code-block:: xml
-
- $(find gazebo_ros2_control_demos)/config/cart_controller.yaml
- simulation_controller_manager
-
+
+ $(find gazebo_ros2_control_demos)/config/cart_controller.yaml
+
The *gazebo_ros2_control* ```` tag also has the following optional child elements:
-* ````: YAML file with the configuration of the controllers
+* ````: A YAML file with the configuration of the controllers. This element can be given multiple times to load multiple files.
* ````: if set to true (default), it will hold the joints' position if their interface was not claimed, e.g., the controller hasn't been activated yet.
* ````: Set controller manager name (default: ``controller_manager``)
@@ -214,13 +213,13 @@ Additionally, one can add a section for namespaces and remapping rules, which wi
.. code-block:: xml
-
+
...
my_namespace
/robot_description:=/robot_description_ful
-
+
Default gazebo_ros2_control Behavior