### Implementation Details
-WAMPex currently maps each session to a seperate transport connection. This means there is a new conection per instance of WAMPex.
+WAMPex currently maps each session to a seperate transport connection. This means there is a new connection per instance of WAMPex.
Internally WAMPex uses [Registry](https://hexdocs.pm/elixir/Registry.html#module-using-as-a-pubsub) for local PubSub. Subscriptions and Callees are registrerd with separate Registry instances, partitioned over the available system CPU cores.