From 800ca5a37adbdca137ee41ea1834e6e0e13d0eb3 Mon Sep 17 00:00:00 2001 From: Lee Dohm Date: Mon, 2 Feb 2015 17:19:07 -0800 Subject: [PATCH] :memo: Add a missing comma --- 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 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