Merge pull request #6738 from madhuri-rai07/spell_fix

Fix some spelling mistakes
This commit is contained in:
Qiming
2017-12-26 14:44:55 +08:00
committed by GitHub
5 changed files with 6 additions and 6 deletions
@@ -65,7 +65,7 @@ The general workflow of a device plugin includes the following steps:
```gRPC
service DevicePlugin {
// ListAndWatch returns a stream of List of Devices
// Whenever a Device state change or a Device disapears, ListAndWatch
// Whenever a Device state change or a Device disappears, ListAndWatch
// returns the new list
rpc ListAndWatch(Empty) returns (stream ListAndWatchResponse) {}