From e2eab5b0dc6d731dc12ecc92a5bdf33f6e5a308d Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 7 Mar 2019 03:04:32 -0800 Subject: [PATCH] Update communicating.md (#392) Summary: Fix quotes Pull Request resolved: https://github.com/facebook/flipper/pull/392 Reviewed By: danielbuechele Differential Revision: D14342217 Pulled By: passy fbshipit-source-id: 8e6fa9580ef42a69e709802edbbe85a163388425 --- docs/communicating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/communicating.md b/docs/communicating.md index 5ce43b087..06c478a06 100644 --- a/docs/communicating.md +++ b/docs/communicating.md @@ -9,7 +9,7 @@ To start communicating with a client your plugin must implement the init functio ```javascript class extends FlipperPlugin { static title = "MyPlugin"; - static id = 'MyPlugin'; + static id = "MyPlugin"; init() { // Setup subscriptions etc using this.client