Skip to content

Commit 97e879e

Browse files
committed
Fix some comment typos
1 parent c2cd1ad commit 97e879e

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
@@ -268,8 +268,8 @@ export const Loader = {
268268
return result;
269269
});
270270
//
271-
// Add this load promise to the lsits for any parent load() call that are
272-
// pending when this this load() was performed, then return the load promise.
271+
// Add this load promise to the lists for any parent load() call that are
272+
// pending when this load() was performed, then return the load promise.
273273
//
274274
this.nestedLoads
275275
.slice(1)

0 commit comments

Comments
 (0)