Skip to content

Commit

Permalink
Merge pull request #231 from CXuesong/master
Browse files Browse the repository at this point in the history
Fix typo in summary of `interface Registration`.
  • Loading branch information
dbaeumer authored May 17, 2017
2 parents 101b925 + cb777e7 commit e9adf62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ Where `RegistrationParams` are defined as follows:

```typescript
/**
* General paramters to to regsiter for a capability.
* General paramters to register for a capability.
*/
export interface Registration {
/**
Expand Down Expand Up @@ -1410,7 +1410,7 @@ _Response_:

> #### New: <a name="client_unregisterCapability"></a>Unregister Capability
The `client/unregisterCapability` request is sent from the server to the client to unregister a previously register capability.
The `client/unregisterCapability` request is sent from the server to the client to unregister a previously registered capability.

_Request_:
* method: 'client/unregisterCapability'
Expand Down

0 comments on commit e9adf62

Please sign in to comment.