From 9059cc0c9f0110566ab6688e6b11eade80fc56e3 Mon Sep 17 00:00:00 2001 From: vermeirentony Date: Fri, 11 Dec 2015 12:05:28 +0100 Subject: [PATCH] Update component.html Event names should be lowercase in the documentation to match the plugin events --- docs/layout/component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/layout/component.html b/docs/layout/component.html index 9a8aa919e..41fd7b8b7 100644 --- a/docs/layout/component.html +++ b/docs/layout/component.html @@ -255,7 +255,7 @@ {{#each js.event}} - {{this.name}}.zf.{{../title}} + {{this.name}}.zf.{{toLower ../title}} {{this.description}} {{/each}} -- 2.47.2