Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
apocas committed Jul 4, 2014
1 parent 497532c commit 5a12f8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/client.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
var Customers = require('./lib/customer'),
Domains = require('./lib/domain'),
Billing = require('./lib/billing'),
Products = require('./lib/product'),
Support = require('./lib/support');
var Customers = require('./customer'),
Domains = require('./domain'),
Billing = require('./billing'),
Products = require('./product'),
Support = require('./support');

exports.createClient = function (options) {
return new Client(options);
Expand Down

0 comments on commit 5a12f8e

Please sign in to comment.