Skip to content

Commit cb5560b

Browse files
Omer Wazirbrendanashworth
Omer Wazir
authored andcommitted
doc: Close code span correctly
The code span is closed with a straight quote instead of the correct back tick being used. PR-URL: #814 Reviewed-By: Brendan Ashworth <[email protected]>
1 parent 4bb3184 commit cb5560b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/child_process.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Example:
177177

178178
### child.connected
179179

180-
* {Boolean} Set to false after `.disconnect' is called
180+
* {Boolean} Set to false after `.disconnect` is called
181181

182182
If `.connected` is false, it is no longer possible to send messages.
183183

0 commit comments

Comments
 (0)