Skip to content

Commit f6bca28

Browse files
committed
Typos
1 parent df9c39f commit f6bca28

File tree

1 file changed

+2
-3
lines changed
  • development/development/upgrade

1 file changed

+2
-3
lines changed

development/development/upgrade/400.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,14 +438,13 @@ The following table lists function changes that might affect custom Style or Ext
438438
* - ``Icon()``
439439
- Added
440440
- ``4.0.0-a1``
441-
- Icons may be rendered using ``{{ Icon('font', 'bold') }}`` in Twig instead of manually writing HTML like ``<i class="fa-bold icon"></i>``
441+
- Icons may be rendered using ``{{ Icon('font', 'bold') }}`` in Twig instead of manually writing HTML like ``<i class="fa-bold icon"></i>``.
442442

443443
Arguments:
444444

445445
- Icon type ('font' | 'png' | 'svg')
446446
- Icon name (e.g.: 'bold')
447447
- Icon title; optional, default: empty ``''``
448448
- Hide the icon title from view; optional, default: ``false``
449-
- Additional classes (e.g.: 'fa-fw'); optional, defaul:t ``'fas'``
449+
- Additional classes (e.g.: 'fa-fw'); optional, default: ``'fas'``
450450
- Additional attributes for the icon, where the key is the attribute, ``{'data-ajax': 'mark_forums'}`` results in ``data-ajax="mark_forums"``; optional, default: ``{}``
451-

0 commit comments

Comments
 (0)