From ccaea19e32809e066c8b067ebed45859e07cd940 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Wed, 14 Oct 2020 07:40:03 -0700 Subject: [PATCH] docs: rename launch-failure -> launch-failed to match C++ code (#25929) --- docs/api/app.md | 2 +- docs/api/web-contents.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/app.md b/docs/api/app.md index 7e43ccb465..3f11cbf1a9 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -387,7 +387,7 @@ Returns: * `killed` - Process was sent a SIGTERM or otherwise killed externally * `crashed` - Process crashed * `oom` - Process ran out of memory - * `launch-failure` - Process never successfully launched + * `launch-failed` - Process never successfully launched * `integrity-failure` - Windows code integrity checks failed Emitted when the renderer process unexpectedly dissapears. This is normally diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index ecb1e7e296..366760ec2c 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -364,7 +364,7 @@ Returns: * `killed` - Process was sent a SIGTERM or otherwise killed externally * `crashed` - Process crashed * `oom` - Process ran out of memory - * `launch-failure` - Process never successfully launched + * `launch-failed` - Process never successfully launched * `integrity-failure` - Windows code integrity checks failed Emitted when the renderer process unexpectedly dissapears. This is normally