fix typos in diverse files (#3284)

Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
Didier Durand
2025-07-05 17:23:39 +02:00
committed by GitHub
parent 47dc16d243
commit ab96676e36
13 changed files with 16 additions and 16 deletions

View File

@@ -138,7 +138,7 @@ export function getDiffCommand(
/**
* Opens a diff tool to compare two files.
* Terminal-based editors by default blocks parent process until the editor exits.
* GUI-based editors requires args such as "--wait" to block parent process.
* GUI-based editors require args such as "--wait" to block parent process.
*/
export async function openDiff(
oldPath: string,