From 00bb37c5f9a07b37a5331c0dee8f4d288dc7747c Mon Sep 17 00:00:00 2001 From: Rusty Green Date: Sun, 28 Dec 2014 13:44:20 -0500 Subject: [PATCH] Fixed typo in Modal service comments. Fixed missing "r" in word "straight" in comment. --- .../client/components/modal(uibootstrap)/modal.service(js).js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/client/components/modal(uibootstrap)/modal.service(js).js b/app/templates/client/components/modal(uibootstrap)/modal.service(js).js index f01200174..1de615d73 100644 --- a/app/templates/client/components/modal(uibootstrap)/modal.service(js).js +++ b/app/templates/client/components/modal(uibootstrap)/modal.service(js).js @@ -39,7 +39,7 @@ angular.module('<%= scriptAppName %>') /** * Open a delete confirmation modal * @param {String} name - name or info to show on modal - * @param {All} - any additional args are passed staight to del callback + * @param {All} - any additional args are passed straight to del callback */ return function() { var args = Array.prototype.slice.call(arguments),