Fix spelling error

Also slight syntax improvement.
This commit is contained in:
Richard Littauer 2016-08-05 09:05:56 -04:00 committed by GitHub
parent 0ac4c1a938
commit 1881c590ed

View File

@ -10,7 +10,7 @@ The primary goal of this module is to enable developers to pick and swap their t
Publishing a test suite as a module lets multiple modules all ensure compatibility since they use the same test suite.
The purpose of this interfaceion is not to reinvent any wheels when it comes to dialing and listening to transports, instead, it tries to uniform several transports through a shimmed interface.
The purpose of this interface is not to reinvent any wheels when it comes to dialing and listening to transports. Instead, it tries to uniform several transports through a shimmed interface.
The API is presented with both Node.js and Go primitives, however, there is not actual limitations for it to be extended for any other language, pushing forward the cross compatibility and interop through diferent stacks.