diff --git a/docs/api/app.md b/docs/api/app.md index cd566c8dc510..5398f6308df0 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -402,7 +402,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 disappears. This is normally @@ -428,7 +428,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 * `exitCode` Number - The exit code for the process (e.g. status from waitpid if on posix, from GetExitCodeProcess on Windows). diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index 2c580fb98c35..c24fe4af894f 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 disappears. This is normally