From 26ae97eea249311786a0b77871fd36b8677d4cba Mon Sep 17 00:00:00 2001 From: Pedro Vieira Date: Fri, 20 Feb 2015 15:11:19 +0000 Subject: [PATCH] Minor typo fix in the pluginhooks documentation --- docs/development/pluginhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/pluginhooks.md b/docs/development/pluginhooks.md index d97b9cde7f7..e4c669bde6a 100644 --- a/docs/development/pluginhooks.md +++ b/docs/development/pluginhooks.md @@ -32,7 +32,7 @@ The following pluginhooks describe those available to a dokku installation. As w ### `install` - Description: Used to setup any files/configuration for a plugin. -- Invoked by: `dokki plugins-install`. +- Invoked by: `dokku plugins-install`. - Arguments: None - Example: