Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds missing space character to CLI error message #307

Merged
merged 1 commit into from
Mar 27, 2015

Conversation

pgaspar
Copy link
Contributor

@pgaspar pgaspar commented Mar 27, 2015

Before:

Command foo unrecognized.Did you mean to run this inside a react-native project?

After:

Command foo unrecognized. Did you mean to run this inside a react-native project?

Before:
> Command `foo` unrecognized.Did you mean to run this inside a react-native project?

After:
> Command `foo` unrecognized. Did you mean to run this inside a react-native project?
amasad added a commit that referenced this pull request Mar 27, 2015
Adds missing space character to CLI error message
@amasad amasad merged commit 3b7bd74 into facebook:master Mar 27, 2015
@pgaspar pgaspar deleted the patch-1 branch March 27, 2015 04:47
jfrolich pushed a commit to jfrolich/react-native that referenced this pull request Apr 22, 2020
Closes facebook#306 if we think that's the right decision to remove it until that's really supported.
jfrolich pushed a commit to jfrolich/react-native that referenced this pull request Apr 22, 2020
facebook#307 made the js generated by facebook#305 incorrect.
This PR fixes that.
ayushjainrksh referenced this pull request in MLH-Fellowship/react-native Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants