Skip to content

Commit 00bb37c

Browse files
committed
Fixed typo in Modal service comments.
Fixed missing "r" in word "straight" in comment.
1 parent d1a52cc commit 00bb37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/client/components/modal(uibootstrap)/modal.service(js).js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ angular.module('<%= scriptAppName %>')
3939
/**
4040
* Open a delete confirmation modal
4141
* @param {String} name - name or info to show on modal
42-
* @param {All} - any additional args are passed staight to del callback
42+
* @param {All} - any additional args are passed straight to del callback
4343
*/
4444
return function() {
4545
var args = Array.prototype.slice.call(arguments),

0 commit comments

Comments
 (0)