Skip to content

Commit

Permalink
Merge pull request #55 from vwxyz/patch-1
Browse files Browse the repository at this point in the history
fix markup
  • Loading branch information
yosuke-furukawa committed Feb 5, 2014
2 parents 9d0fe4c + ad09d24 commit 8d80ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v0.10/api/child_process.html
Expand Up @@ -759,7 +759,7 @@ <h2>child_process.spawn(command, [args], [options])<span><a class="mark" href="#
Example of running `ls -lh /usr`, capturing `stdout`, `stderr`, and the exit code:
-->

<p>ls -lh /usr<code> を実行して </code>stdout<code></code>stderr`、および終了コードを取得する例:
<p><code>ls -lh /usr</code>を実行して<code>stdout</code><code>stderr</code>、および終了コードを取得する例:

</p>
<pre><code>var spawn = require(&#39;child_process&#39;).spawn,
Expand Down

0 comments on commit 8d80ed4

Please sign in to comment.