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:
committed by
Facebook Github Bot
parent
9c0d426673
commit
286a88e3f2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user