diff --git a/source/import_documentation/Components/Solid-Widget.rst b/source/import_documentation/Components/Solid-Widget.rst
index b37e151c2e61719296c624722d5877e25d00a578..5cce12489b7f58ee6a532303ccb35a4b4db25c75 100644
--- a/source/import_documentation/Components/Solid-Widget.rst
+++ b/source/import_documentation/Components/Solid-Widget.rst
@@ -50,7 +50,7 @@ If this attribute is combined with ``data-src="${value}"`` on a ``<solid-form>``
 ~~~~~~~~~~~~~~~~~~~~~~~
 It is usable to edit a nested resource (ie: a profile of a user, a customer of a project, ...) by creating a ``<solid-form>`` in a ``<solid-widget>``. 
 
-The ``value`` will be the ``@id`` of the nested resource, thus put it in the ``data-src`` will create a form on this nested resource.
+The ``value`` will be the ``@id`` of the nested resource, thus putting it in the ``data-src`` will create a form field on this nested resource.
 
 It cannot be used without ``data-holder`` attribute.