Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstanbury committed Mar 7, 2017
1 parent ff802cd commit f913d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/chartist-plugin-axistitle.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Chartist.js plugin to display a title for 1 or 2 axes.
* version 0.0.2
* version 0.0.3
* author: alex stanbury
*/
(function(root, factory) {
Expand All @@ -11,7 +11,7 @@
});
} else if (typeof exports === 'object') {
// Node. Does not work with strict CommonJS, but
// only CommonJS-like enviroments that support module.exports,
// only CommonJS-like environments that support module.exports,
// like Node.
module.exports = factory(require('chartist'));
} else {
Expand Down

0 comments on commit f913d3e

Please sign in to comment.