Typo : Need "must" instead of "much" word in Device Communication doc page

Summary: Closes https://github.com/facebook/Sonar/pull/124

Differential Revision: D8727053

Pulled By: passy

fbshipit-source-id: 3609e70af254e2aee7e9e9400ebf631c6198a382
This commit is contained in:
santosh
2018-07-03 13:29:21 -07:00
committed by Facebook Github Bot
parent 69711642c9
commit f0bf61881e

View File

@@ -4,7 +4,7 @@ title: Device Communication
sidebar_label: Device Communication
---
To start communicating with a client your plugin must implement the init function. Once this function has been called the active client can also be accessed via `this.client`. This `id` of the plugin in JavaScript much match the native plugin `id` to allow for them to communicate.
To start communicating with a client your plugin must implement the init function. Once this function has been called the active client can also be accessed via `this.client`. This `id` of the plugin in JavaScript must match the native plugin `id` to allow for them to communicate.
```javascript
class extends SonarPlugin {