We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cd1ad commit 97e879eCopy full SHA for 97e879e
ts/components/loader.ts
@@ -268,8 +268,8 @@ export const Loader = {
268
return result;
269
});
270
//
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.
+ // Add this load promise to the lists for any parent load() call that are
+ // pending when this load() was performed, then return the load promise.
273
274
this.nestedLoads
275
.slice(1)
0 commit comments