Issue #2685463 by rakesh.gectcr: Typo in the usage example of HtmlTag API page
parent
f04c292f55
commit
0af3b41fed
|
@ -28,7 +28,7 @@ use Drupal\Core\Template\Attribute;
|
|||
* Usage example:
|
||||
* @code
|
||||
* $build['hello'] = [
|
||||
* '#type' => 'html_tag'
|
||||
* '#type' => 'html_tag',
|
||||
* '#tag' => 'p',
|
||||
* '#value' => $this->t('Hello World'),
|
||||
* ];
|
||||
|
|
Loading…
Reference in New Issue