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>
|
<FlexColumn>
|
||||||
<ItemTitle>Using Flipper</ItemTitle>
|
<ItemTitle>Using Flipper</ItemTitle>
|
||||||
<ItemSubTitle>
|
<ItemSubTitle>
|
||||||
Learn how Flipper can help you debugging your App
|
Learn how Flipper can help you debug your App
|
||||||
</ItemSubTitle>
|
</ItemSubTitle>
|
||||||
</FlexColumn>
|
</FlexColumn>
|
||||||
</Item>
|
</Item>
|
||||||
@@ -168,7 +168,7 @@ export default class WelcomeScreen extends PureComponent<Props, State> {
|
|||||||
<FlexColumn>
|
<FlexColumn>
|
||||||
<ItemTitle>Contributing and Feedback</ItemTitle>
|
<ItemTitle>Contributing and Feedback</ItemTitle>
|
||||||
<ItemSubTitle>
|
<ItemSubTitle>
|
||||||
Report issues and help us improving Flipper
|
Report issues and help us improve Flipper
|
||||||
</ItemSubTitle>
|
</ItemSubTitle>
|
||||||
</FlexColumn>
|
</FlexColumn>
|
||||||
</Item>
|
</Item>
|
||||||
|
|||||||
Reference in New Issue
Block a user