📝 Add a missing comma

This commit is contained in:
Lee Dohm
2015-02-02 17:19:07 -08:00
parent 23b8b15261
commit 800ca5a37a

View File

@@ -100,7 +100,7 @@ off.
- `deactivate()`: This **optional** method is called when the window is shutting
down, or when your package is being updated or disabled. If your package is
watching any files, holding external resources, providing commands or subscribing
to events release them here.
to events, release them here.
### Simple Package Code