Skip to content

Commit 0e44b99

Browse files
committed
Fix typos from review
1 parent 97e879e commit 0e44b99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ts/components/loader.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)