Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
A set of small typos#4130
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
A set of small typos#4130
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Baptouuuu commentedAug 16, 2014
| Q | A |
|---|---|
| Doc fix? | yes |
| New docs? | no |
| Applies to | 2.3+ |
| Fixed tickets |
Baptouuuu commentedAug 16, 2014
Oops, the target branch should be |
xabbuh commentedAug 16, 2014
@Baptouuuu These are really nice catches! 👍 And don't worry about the target branch.@weaverryan can easily apply the changes to the right branch. |
wouterj commentedAug 16, 2014
Great fixes! However, almost all of the fixes in this PR should be merged in the 2.3 branch, except from the change in |
Baptouuuu commentedAug 16, 2014
@wouterj done. |
xabbuh commentedAug 16, 2014
Thanks@Baptouuuu |
weaverryan commentedAug 16, 2014
Hey@Baptouuuu! I need to merge this into the 2.3 branch, but it's not merging cleanly. If you can rebase this against the 2.3 branch and re-push (not need to open a new PR), then I can merge it in. Assuming git fetch upstreamgit checkout typosgit rebase --onto upstream/2.3 upstream/mastergit push origin typos --force Thanks! |
This reverts commita0de688 as it's intended for 2.5.
Baptouuuu commentedAug 17, 2014
@weaverryan done |
weaverryan commentedAug 19, 2014
Yes! This merged into 2.3 perfectly. Thanks Baptiste! |