Skip to content

Commit

Permalink
docs: mist -> must (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickocoffeyo authored and elliotttf committed Nov 7, 2018
1 parent 30d4652 commit 5f3af98
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 @@ -57,7 +57,7 @@ else {

* `Adios.child.init(cleanCb[, path])` - The initialize function for adios
children. Sets up a connection to the master. Note: there can be only one per
process and it mist be running on a child process.
process and it must be running on a child process.
* `cleanCb` - The method to execute when the master is notifying of a
shutdown. Must return a promise that resolves when work is done.
* `path` - (optional) The socket path to use. Defaults to /var/run/adios.sock
Expand Down

0 comments on commit 5f3af98

Please sign in to comment.