We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e506778 commit 05d9450Copy full SHA for 05d9450
src/diff-updater/update.ts
@@ -457,7 +457,7 @@ export const applyPatch = async (params: ApplyPatchParams): Promise<string | nul
457
let freshFilter: AppliedPatchResult | null = null;
458
459
// Without try-await since we should throw an error in some cases and
460
- // all needed catches is inside the `applyPatchWrapper` function.
+ // all needed catches are inside the `applyPatchWrapper` function.
461
// eslint-disable-next-line no-await-in-loop
462
freshFilter = await task;
463
0 commit comments