From dda58a82f92a04720337b5a2fb008c3d03f88653 Mon Sep 17 00:00:00 2001 From: Omar Shehata Date: Fri, 9 Dec 2016 03:46:25 -0600 Subject: [PATCH] Plugin-triggers typo: dokkku -> dokku --- docs/development/plugin-triggers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/plugin-triggers.md b/docs/development/plugin-triggers.md index c763ab867..d1431a5d4 100644 --- a/docs/development/plugin-triggers.md +++ b/docs/development/plugin-triggers.md @@ -27,7 +27,7 @@ There are a number of plugin-related triggers. These can be optionally implement The following plugin triggers describe those available to a Dokku installation. As well, there is an example for each trigger that you can use as templates for your own plugin development. -> The example plugin trigger code is not guaranteed to be implemented as in within dokkku, and are merely simplified examples. Please look at the Dokku source for larger, more in-depth examples. +> The example plugin trigger code is not guaranteed to be implemented as in within dokku, and are merely simplified examples. Please look at the Dokku source for larger, more in-depth examples. ### `post-config-update`