Issue #2685463 by rakesh.gectcr: Typo in the usage example of HtmlTag API page

8.2.x
Nathaniel Catchpole 2016-03-14 10:21:20 +09:00
parent f04c292f55
commit 0af3b41fed
1 changed files with 1 additions and 1 deletions

View File

@ -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'),
* ];