Skip to content
Snippets Groups Projects
Commit 0af3b41f authored by catch's avatar catch
Browse files

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

parent f04c292f
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
* Usage example:
* @code
* $build['hello'] = [
* '#type' => 'html_tag'
* '#type' => 'html_tag',
* '#tag' => 'p',
* '#value' => $this->t('Hello World'),
* ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment