Skip to content

Commit

Permalink
Merge pull request #23 from Niklan/patch-3
Browse files Browse the repository at this point in the history
Remove typo in 'delete-form' link.
  • Loading branch information
Chi-teck authored Sep 24, 2018
2 parents be11346 + 79c9772 commit ac51c20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use Drupal\Core\Config\Entity\ConfigEntityBundleBase;
* links = {
* "add-form" = "/admin/structure/{{ entity_type_id }}_types/add",
* "edit-form" = "/admin/structure/{{ entity_type_id }}_types/manage/{{ '{' ~ entity_type_id ~ '_type}' }}",
* "delete-form" = "/admin/structure/{{ entity_type_id }}_types/manage/{{ '{' ~ entity_type_id ~ ' _type}' }}/delete",
* "delete-form" = "/admin/structure/{{ entity_type_id }}_types/manage/{{ '{' ~ entity_type_id ~ '_type}' }}/delete",
* "collection" = "/admin/structure/{{ entity_type_id }}_types"
* },
* config_export = {
Expand Down

0 comments on commit ac51c20

Please sign in to comment.