Bug 1466620 - Fix a typo in subprocess/docs/index.rst. r?kmag draft
authorMarkus Stange <mstange@themasta.com>
Mon, 04 Jun 2018 13:15:46 -0400
changeset 803592 276c7d1e746896feb2b0fd0ad24018f6bf1ccb2d
parent 803591 29572a6a6e45dc4580e42a783f37a7c94eacb7ae
push id112158
push userbmo:mstange@themasta.com
push dateMon, 04 Jun 2018 17:16:07 +0000
reviewerskmag
bugs1466620
milestone62.0a1
Bug 1466620 - Fix a typo in subprocess/docs/index.rst. r?kmag MozReview-Commit-ID: 6X5J8Vjb3zl
toolkit/modules/subprocess/docs/index.rst
--- a/toolkit/modules/subprocess/docs/index.rst
+++ b/toolkit/modules/subprocess/docs/index.rst
@@ -1,12 +1,12 @@
 .. _Subprocess:
 
 =================
-Supbrocess Module
+Subprocess Module
 =================
 
 The Subprocess module allows a caller to spawn a native host executable, and
 communicate with it asynchronously over its standard input and output pipes.
 
 Processes are launched asynchronously ``Subprocess.call`` method, based
 on the properties of a single options object. The method returns a promise
 which resolves, once the process has successfully launched, to a ``Process``