From 20eed93ccd742e7e4c48e223171ce9606b28012f Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Fri, 6 Sep 2024 23:05:37 +0100 Subject: [PATCH 1/2] Fix a typo --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 76037706b1..5865557b1f 100644 --- a/docs/api.md +++ b/docs/api.md @@ -754,7 +754,7 @@ If a signal terminated the subprocess, this property is defined and included in ## Options -_TypeScript:_ [`Options`](typescript.md) or [`SyncOptions`](typescript.md\ +_TypeScript:_ [`Options`](typescript.md) or [`SyncOptions`](typescript.md) _Type:_ `object` This lists all options for [`execa()`](#execafile-arguments-options) and the [other methods](#methods). From 11386f23925ad529acca039a0c1635c24ce36184 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Sat, 7 Sep 2024 03:30:12 +0100 Subject: [PATCH 2/2] Update docs/api.md --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 5865557b1f..a5de03ec23 100644 --- a/docs/api.md +++ b/docs/api.md @@ -754,7 +754,7 @@ If a signal terminated the subprocess, this property is defined and included in ## Options -_TypeScript:_ [`Options`](typescript.md) or [`SyncOptions`](typescript.md) +_TypeScript:_ [`Options`](typescript.md) or [`SyncOptions`](typescript.md)\ _Type:_ `object` This lists all options for [`execa()`](#execafile-arguments-options) and the [other methods](#methods).