Skip to content

Commit dc36565

Browse files
committed
Issue #2392543 by awm: Fix documentation for hook_taxonomy_term_view_alter
1 parent f1e15c1 commit dc36565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/taxonomy/taxonomy.api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ function hook_taxonomy_term_view($term, $view_mode, $langcode) {
212212
* documentation respectively for details.
213213
*
214214
* @param $build
215-
* A renderable array representing the node content.
215+
* A renderable array representing the term.
216216
*
217217
* @see hook_entity_view_alter()
218218
*/

0 commit comments

Comments
 (0)