diff --git a/docs/creating-a-package.md b/docs/creating-a-package.md index 7a7c13c03..a6265e7b0 100644 --- a/docs/creating-a-package.md +++ b/docs/creating-a-package.md @@ -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