File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ export const Loader = {
172172 /**
173173 * Array of nested load promises so if component performs additional
174174 * loads (like an output jax with an alternate font), then the
175- * outer load promises wont resolve until the inner ones are complete.
175+ * outer load promises won't resolve until the inner ones are complete.
176176 */
177177 nestedLoads : [ ] as Promise < any [ ] > [ ] ,
178178
@@ -216,7 +216,7 @@ export const Loader = {
216216 //
217217 // Collect the promises for all the named packages,
218218 // creating the package if needed, and add checks
219- // for the verions numbers used in the components.
219+ // for the version numbers used in the components.
220220 //
221221 const promises = [ ] ;
222222 for ( const name of names ) {
You can’t perform that action at this time.
0 commit comments