From 025d2be60686230b352074dfaefb49b145ed142f Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 20 Jan 2014 15:01:30 -0800 Subject: [PATCH] :memo: Triggered instead of trigged --- docs/creating-a-package.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creating-a-package.md b/docs/creating-a-package.md index c3dfc276c..beddcd202 100644 --- a/docs/creating-a-package.md +++ b/docs/creating-a-package.md @@ -50,7 +50,7 @@ snippets your package needs to load. If not specified, snippets in the _snippets_ directory are added alphabetically. - `activationEvents` (**Optional**): an Array of Strings identifying events that trigger your package's activation. You can delay the loading of your package -until one of these events is trigged. +until one of these events is triggered. ## Source Code