Commit 54682dbb20afd58e4292b4d018b5724bbdf68516
spelling
wanderer committed on 11/21/2017, 11:50:56 PMParent: 5ad1e81dff0873b192cd5b650e8f2c2a37f7a4ee
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -113,9 +113,9 @@ | ||
113 | 113 | /** |
114 | 114 | * regirsters a container with the hypervisor |
115 | 115 | * @param {Class} Constructor - a Class for instantiating the container |
116 | 116 | * @param {*} args - any args that the contructor takes |
117 | - * @param {Interger} typeId - the container's type identification ID | |
117 | + * @param {Integer} typeId - the container's type identification ID | |
118 | 118 | */ |
119 | 119 | registerContainer (Constructor, args, typeId = Constructor.typeId) { |
120 | 120 | this._containerTypes[typeId] = { |
121 | 121 | Constructor: Constructor, |
Built with git-ssb-web