Merge pull request #5679 from jbrains/no-more-activation-events

💄 Removes last reference to obsolete term 'Activation Events'.
This commit is contained in:
Kevin Sawicki
2015-02-23 09:36:22 -08:00

View File

@@ -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: