@@ -298,7 +298,7 @@ The arguments of the ``addTab()`` method are:
298
298
``null `` or an empty string, no text will be displayed (make sure to show an
299
299
icon for the tab or users won't be able to click on it); You can also pass
300
300
``string `` and ``TranslatableInterface `` variables. In both cases, if they
301
- contain HTML tags they will be rendered in stead of escaped;
301
+ contain HTML tags they will be rendered instead of escaped;
302
302
* ``$icon ``: (type: ``?string ``) the full CSS class of a `FontAwesome icon `_
303
303
(e.g. ``far fa-folder-open ``); if you don't display a text label for the tab,
304
304
make sure to display an icon or users won't be able to click on the tab.
@@ -392,7 +392,7 @@ The arguments of the ``addColumn()`` method are:
392
392
transformed to ``col-8 ``);
393
393
* ``$label ``: (type: ``TranslatableInterface|string|false|null ``) an optional title
394
394
that is displayed at the top of the column. If you pass ``false ``, ``null ``
395
- or an empy string, no title is displayed. You can also pass ``string `` and
395
+ or an empty string, no title is displayed. You can also pass ``string `` and
396
396
``TranslatableInterface `` variables. In both cases, if they contain HTML tags
397
397
they will be rendered in stead of escaped;
398
398
* ``$icon ``: (type: ``?string ``) the full CSS class of a `FontAwesome icon `_
@@ -538,7 +538,7 @@ The arguments of the ``addFieldset()`` method are:
538
538
539
539
* ``$label ``: (type: ``TranslatableInterface|string|false|null ``) an optional title
540
540
that is displayed at the top of the fieldset. If you pass ``false ``, ``null ``
541
- or an empy string, no title is displayed. You can also pass ``string `` and
541
+ or an empty string, no title is displayed. You can also pass ``string `` and
542
542
``TranslatableInterface `` variables. In both cases, if they contain HTML tags
543
543
they will be rendered in stead of escaped;
544
544
* ``$icon ``: (type: ``?string ``) the full CSS class of a `FontAwesome icon `_
@@ -821,7 +821,7 @@ take many different values:
821
821
automatically based on the field name (e.g. 'firstName' -> 'First Name');
822
822
* **null **: EasyAdmin generates the label automatically based on the field name
823
823
(e.g. 'firstName' -> 'First Name');
824
- * **An empty string **: the field doesn't display any label, but and empty
824
+ * **An empty string **: the field doesn't display any label, but an empty
825
825
``<label> `` element is rendered to not mess with the form layout;
826
826
* **false **: the field doesn't display any label and no ``<label> `` element is
827
827
rendered either. This is useful to display special full-width fields such as
0 commit comments