From eeceae2fdc49f025b6bb040fcdce13fe2ffc3811 Mon Sep 17 00:00:00 2001 From: forest93 Date: Wed, 3 May 2017 13:43:16 +0800 Subject: [PATCH 1/3] :Fix typo in summary of `interface Registration`. --- protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol.md b/protocol.md index 46f738be7..a2072b590 100644 --- a/protocol.md +++ b/protocol.md @@ -1343,7 +1343,7 @@ Where `RegistrationParams` are defined as follows: ```typescript /** - * General paramters to to regsiter for a capability. + * General paramters to regsiter for a capability. */ export interface Registration { /** From 4308e916a984c8938de6b67d3afc740b4d06769c Mon Sep 17 00:00:00 2001 From: forest93 Date: Wed, 3 May 2017 13:56:11 +0800 Subject: [PATCH 2/3] previously register -> previously registered. --- protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol.md b/protocol.md index a2072b590..ac3bb97f6 100644 --- a/protocol.md +++ b/protocol.md @@ -1409,7 +1409,7 @@ _Response_: > #### New: 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' From cb777e7d658cf52953f6e92973e6ccf805759234 Mon Sep 17 00:00:00 2001 From: forest93 Date: Wed, 3 May 2017 13:57:56 +0800 Subject: [PATCH 3/3] Typo: register. --- protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol.md b/protocol.md index ac3bb97f6..00527fff2 100644 --- a/protocol.md +++ b/protocol.md @@ -1343,7 +1343,7 @@ Where `RegistrationParams` are defined as follows: ```typescript /** - * General paramters to regsiter for a capability. + * General paramters to register for a capability. */ export interface Registration { /**