Commit c80675a8 authored by Marc Gravell's avatar Marc Gravell

Merge pull request #56 from sgwill/patch-1

Spelling fix
parents b442db65 672fca82
......@@ -47,7 +47,7 @@ The `ConfigurationOptions` object has a wide range of properties, all of which a
| Configuration string | `ConfigurationOptions` | Meaning |
| ---------------------- | ---------------------- | ------------------------------------------------------------------------------- |
| abortConnect={bool} | `AbortOnConnectFail` | If true, `Connect` will not create a connection while no servers are available |
| allowAdmion={bool} | `AllowAdmin` | Enables a range of commands that are considered risky |
| allowAdmin={bool} | `AllowAdmin` | Enables a range of commands that are considered risky |
| channelPrefix={string} | `ChannelPrefix` | Optional channel prefix for all pub/sub operations |
| connectRetry={int} | `ConnectRetry` | The number of times to repeat connect attempts during initial `Connect` |
| connectTimeout={int} | `ConnectTimeout` | Timeout (ms) for connect operations |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment