From fdc598c00f0e50dd7e17a366754e188b07b5e2c6 Mon Sep 17 00:00:00 2001 From: Kenneth Chung Date: Tue, 14 Oct 2014 22:21:22 -0700 Subject: [PATCH] fix a typo and some grammar mistakes --- js/plugins.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/plugins.js b/js/plugins.js index 5aab8fc..88d9cae 100644 --- a/js/plugins.js +++ b/js/plugins.js @@ -122,10 +122,10 @@ plugins.service('plugins', ['userPlugins', '$sce', function(userPlugins, $sce) { * * To create your own plugin, you need to: * - * 1. Define it's contentForMessage function. The contentForMessage + * 1. Define its contentForMessage function. The contentForMessage * function takes a string as a parameter and returns a HTML string. * - * 2. Instanciate a Plugin object with contentForMessage function as it's + * 2. Instantiate a Plugin object with contentForMessage function as its * argument. * * 3. Add it to the plugins array.