Spelling and closing tag fixes

This commit is contained in:
Taras Katkov
2015-07-01 17:55:19 -04:00
parent 59459a6086
commit a04b562f55
3 changed files with 32031 additions and 30488 deletions

View File

@@ -253,7 +253,7 @@ window.SwaggerUi.Views = {};
});
} 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('b'));
} else {