Skip to content

Commit

Permalink
text corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
ttulka committed Nov 8, 2017
1 parent e73c7ad commit f8faef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ watchDog.unwatch(p);

### Keep a Process Alive
Normally, a process should be killed only after a timeout of inactivity.
To tell the watch dog that a process is still active a heartbeat must be sent.
To tell the Watch Dog that the process is still active a heartbeat must be sent.

#### Send a heartbeat explicitly to reset the timeout:
```
Expand Down

0 comments on commit f8faef2

Please sign in to comment.