From 3876816788de1b135049355813f23f9e13fc6afa Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Wed, 15 Jun 2016 01:05:59 -0800 Subject: [PATCH] Extra word --- plug-in-development/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-in-development/index.html b/plug-in-development/index.html index 27b2562..75aafde 100644 --- a/plug-in-development/index.html +++ b/plug-in-development/index.html @@ -474,7 +474,7 @@ The @Task annotation accepts the following attributes:

Orderings, controlled by "runBefore" and "runAfter" merely specify an ordering - but do not pull new tasks in. This is how you tell Kobalt "In case task the user asks for my task to run, + but do not pull new tasks in. This is how you tell Kobalt "In case the user asks for my task to run, here is when it should be invoked", but your task will run only if it's explicitly invoked by the user.