From 246a6f58798ee73d7fc2fc68f1941b00f7d6f5b7 Mon Sep 17 00:00:00 2001 From: RobertSchouten Date: Tue, 20 Sep 2016 14:07:28 +0800 Subject: [PATCH] [typo] decloration to declaration --- .../app-development/trigger-event-on-deletion-of-grid-row.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/docs/user/en/guides/app-development/trigger-event-on-deletion-of-grid-row.md b/frappe/docs/user/en/guides/app-development/trigger-event-on-deletion-of-grid-row.md index 86ca8f876c..e772bafcc2 100755 --- a/frappe/docs/user/en/guides/app-development/trigger-event-on-deletion-of-grid-row.md +++ b/frappe/docs/user/en/guides/app-development/trigger-event-on-deletion-of-grid-row.md @@ -1,4 +1,4 @@ -To trigger an event when a row from a Child Table has been deleted (when user clicks on `delete` button), you need to add a handler the `fieldname_remove` event to Child Table, where fieldname is the fieldname of the Child Table in Parent Table decloration. +To trigger an event when a row from a Child Table has been deleted (when user clicks on `delete` button), you need to add a handler the `fieldname_remove` event to Child Table, where fieldname is the fieldname of the Child Table in Parent Table declaration. For example: