diff options
author | Jim Tittsler <[email protected]> | 2013-08-25 11:31:55 +1200 |
---|---|---|
committer | Jim Tittsler <[email protected]> | 2013-08-25 11:31:55 +1200 |
commit | adc91ef8d4a9bdadaa9bcdf2d7345aa7892eb0e2 (patch) | |
tree | e439de471a868a0a92938fb1698b59f998772fc3 /guide/connect.md | |
parent | 473dbb5ce698f5128858df1c85c33a696a0a0bbc (diff) | |
download | gun-adc91ef8d4a9bdadaa9bcdf2d7345aa7892eb0e2.tar.gz gun-adc91ef8d4a9bdadaa9bcdf2d7345aa7892eb0e2.tar.bz2 gun-adc91ef8d4a9bdadaa9bcdf2d7345aa7892eb0e2.zip |
Fix typos
Diffstat (limited to 'guide/connect.md')
-rw-r--r-- | guide/connect.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/connect.md b/guide/connect.md index 4410e60..147edf3 100644 --- a/guide/connect.md +++ b/guide/connect.md @@ -36,7 +36,7 @@ Monitoring the connection process The connection is managed by a separate process. Because software errors are a reality, it is important to monitor -this process for failure. Thankfully, do to the asynchronous +this process for failure. Thankfully, due to the asynchronous nature of Gun, we only need to create a monitor once when the connection is established. |