diff --git a/core/modules/taxonomy/src/Entity/Term.php b/core/modules/taxonomy/src/Entity/Term.php index bb4a4ca..dcf2010 100644 --- a/core/modules/taxonomy/src/Entity/Term.php +++ b/core/modules/taxonomy/src/Entity/Term.php @@ -46,7 +46,7 @@ * field_ui_base_route = "entity.taxonomy_vocabulary.overview_form", * links = { * "canonical" = "/taxonomy/term/{taxonomy_term}", - * "delete-form" = "/taxonomy/term/{taxonomy_term}/delete" + * "delete-form" = "/taxonomy/term/{taxonomy_term}/delete", * "edit-form" = "/taxonomy/term/{taxonomy_term}/edit", * }, * permission_granularity = "bundle"