Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
wanderer committed Nov 21, 2017
1 parent 5ad1e81 commit 54682db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ module.exports = class Hypervisor {
* regirsters a container with the hypervisor
* @param {Class} Constructor - a Class for instantiating the container
* @param {*} args - any args that the contructor takes
* @param {Interger} typeId - the container's type identification ID
* @param {Integer} typeId - the container's type identification ID
*/
registerContainer (Constructor, args, typeId = Constructor.typeId) {
this._containerTypes[typeId] = {
Expand Down

0 comments on commit 54682db

Please sign in to comment.