From 14768f98d27e780fbacddcb1a4f7c45e8bfc6c00 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 29 Oct 2015 17:27:33 +0100 Subject: [PATCH] Fix typo --- developer_manual/app/js.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/js.rst b/developer_manual/app/js.rst index f52824bcf..1c7d783a8 100644 --- a/developer_manual/app/js.rst +++ b/developer_manual/app/js.rst @@ -78,5 +78,5 @@ Extending the "new" menu in the files app OC.Plugins.register('OCA.Files.NewFileMenu', myFileMenuPlugin); This will register a new menu entry in the "New" menu of the files app. The -method ``attach()`` is called once the menu is build. This usually happens right +method ``attach()`` is called once the menu is built. This usually happens right after the click on the button.