diff --git a/Linux-process-management/index.js b/Linux-process-management/index.js index 43d1db0..25638c6 100644 --- a/Linux-process-management/index.js +++ b/Linux-process-management/index.js @@ -30,7 +30,7 @@ "title": "fork-exec", "subtitle": "Life cycle of a process", "type": "asciidoc", - "desc": 'fork() is the the system call that the parent process uses to "divide" itself ("fork") into two identical processes.', + "desc": "fork() is the the system call that the parent process uses to \"divide\" itself (\"fork\") into two identical processes.", "file": "Life_cycle_of_a_process.adoc" }, {