From 11b2b4f55dbfba5eccc9f0ad6befce7b23a82abf Mon Sep 17 00:00:00 2001 From: "J. B. Rainsberger" Date: Sun, 22 Feb 2015 10:56:25 -0400 Subject: [PATCH] :lipstick: Removes last reference to obsolete term 'Activation Events'. --- docs/your-first-package.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/your-first-package.md b/docs/your-first-package.md index eb882abc7..42aca7c31 100644 --- a/docs/your-first-package.md +++ b/docs/your-first-package.md @@ -72,7 +72,7 @@ command palette or by pressing `ctrl-alt-cmd-l`. Now open the command panel and search for the `ascii-art:convert` command. But it's not there! To fix this, open _package.json_ and find the property called -`activationCommands`. Activation Events speed up load time by allowing Atom to +`activationCommands`. Activation Commands speed up Atom's load time by allowing it to delay a package's activation until it's needed. So remove the existing command and add `ascii-art:convert` to the `activationCommands` array: