Skip to content

Commit

Permalink
Merge pull request imakewebthings#448 from rochefort/fix_typo
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
imakewebthings committed Nov 12, 2015
2 parents 0944e15 + 9bdcb2c commit 76e6ddb
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function fileHeader(title) {
title + ' - ' + pkg.version,
'Copyright © 2011-' + new Date().getFullYear() + ' Caleb Troughton',
'Licensed under the MIT license.',
'https://github.com/imakewebthings/waypoints/blog/master/licenses.txt',
'https://github.com/imakewebthings/waypoints/blob/master/licenses.txt',
'*/\n'
].join('\n')
}
Expand Down
2 changes: 1 addition & 1 deletion lib/jquery.waypoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Waypoints - 4.0.0
Copyright © 2011-2015 Caleb Troughton
Licensed under the MIT license.
https://github.com/imakewebthings/waypoints/blog/master/licenses.txt
https://github.com/imakewebthings/waypoints/blob/master/licenses.txt
*/
(function() {
'use strict'
Expand Down
2 changes: 1 addition & 1 deletion lib/jquery.waypoints.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/noframework.waypoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Waypoints - 4.0.0
Copyright © 2011-2015 Caleb Troughton
Licensed under the MIT license.
https://github.com/imakewebthings/waypoints/blog/master/licenses.txt
https://github.com/imakewebthings/waypoints/blob/master/licenses.txt
*/
(function() {
'use strict'
Expand Down
2 changes: 1 addition & 1 deletion lib/noframework.waypoints.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 76e6ddb

Please sign in to comment.