Browse Source

docs: rename launch-failure -> launch-failed to match C++ code (#25930)

Shelley Vohr 4 years ago
parent
commit
e58853af3d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/api/app.md
  2. 1 1
      docs/api/web-contents.md

+ 1 - 1
docs/api/app.md

@@ -382,7 +382,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

+ 1 - 1
docs/api/web-contents.md

@@ -351,7 +351,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