Added missing quotation marks (#2709)
Summary: The documentation had a missing quotation mark. ## Changelog Fixed missing quotation mark Pull Request resolved: https://github.com/facebook/flipper/pull/2709 Test Plan: No code affected Reviewed By: passy Differential Revision: D30450063 Pulled By: jknoxville fbshipit-source-id: 8e70d321d5cbf51439c67cca23471e208d0861b2
This commit is contained in:
committed by
Facebook GitHub Bot
parent
19b4742483
commit
029b00c4ca
@@ -68,7 +68,7 @@ After scaffolding a new plugin has finished, you should have files `package.json
|
||||
"flipper-plugin": "latest",
|
||||
"flipper-pkg": "latest",
|
||||
"react": "latest",
|
||||
"antd": "latest
|
||||
"antd": "latest"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user