diff --git a/source/import_documentation/Widgets/Reference.rst b/source/import_documentation/Widgets/Reference.rst
index a402e39f3bba8e103494cf17536eeef7454010e0..57e200277ddde88a0ce6344b060d7c58e2044556 100644
--- a/source/import_documentation/Widgets/Reference.rst
+++ b/source/import_documentation/Widgets/Reference.rst
@@ -58,12 +58,12 @@ A widget is built like this.
       -  ``div``: inserts widgets in a ``<div>`` tag
       -  ``ul``: inserts widgets in a ``<ul>`` tag
 
-   -  default (no template keyword defined)
+   -  **default** (no template keyword defined)
 
       -  ``action``: Displays a link inside a ``<solid-link>`` tag with ``src`` for the ``data-src`` attribute,
          ``value`` for the ``next`` attribute and ``label`` as text content.
       -  ``multiple``: insert a ``solid-display`` with the ``@id`` of a container as ``data-src``.
-         The fields to display are chosen with the ``fields`` attribute.
+         The fields to display are chosen with the ``multiple-[field name]-fields`` attribute.
 
 
 ``features``