Skip to content

Commit 05d9450

Browse files
committed
grammar errors
1 parent e506778 commit 05d9450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diff-updater/update.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ export const applyPatch = async (params: ApplyPatchParams): Promise<string | nul
457457
let freshFilter: AppliedPatchResult | null = null;
458458

459459
// Without try-await since we should throw an error in some cases and
460-
// all needed catches is inside the `applyPatchWrapper` function.
460+
// all needed catches are inside the `applyPatchWrapper` function.
461461
// eslint-disable-next-line no-await-in-loop
462462
freshFilter = await task;
463463

0 commit comments

Comments
 (0)