Grammar updates in welcome screen

Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/219

Reviewed By: passy

Differential Revision: D9239245

Pulled By: jknoxville

fbshipit-source-id: 5715738db5b7edbf8f5757447bd562f53d942b99
This commit is contained in:
John Knox
2018-08-09 07:16:19 -07:00
committed by Facebook Github Bot
parent 9c0d426673
commit 286a88e3f2

View File

@@ -132,7 +132,7 @@ export default class WelcomeScreen extends PureComponent<Props, State> {
<FlexColumn>
<ItemTitle>Using Flipper</ItemTitle>
<ItemSubTitle>
Learn how Flipper can help you debugging your App
Learn how Flipper can help you debug your App
</ItemSubTitle>
</FlexColumn>
</Item>
@@ -168,7 +168,7 @@ export default class WelcomeScreen extends PureComponent<Props, State> {
<FlexColumn>
<ItemTitle>Contributing and Feedback</ItemTitle>
<ItemSubTitle>
Report issues and help us improving Flipper
Report issues and help us improve Flipper
</ItemSubTitle>
</FlexColumn>
</Item>