Skip to content

Commit bc561c5

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent df61881 commit bc561c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pad.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export function notepad(
210210
}, 1000)
211211
} else {
212212
log(' removePart FAILED ' + chunk + ': ' + errorMessage)
213-
log(" removePart was deleteing :'" + del)
213+
log(" removePart was deleting :'" + del)
214214
setPartStyle(part, 'color: black; background-color: #fdd;') // failed
215215
const res = response
216216
? (response as any).status

0 commit comments

Comments
 (0)