Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfix: grammatical errors #37633
fix: grammatical errors #37633
Conversation
|
Oh - and thank you providing this PR, by the way. I hope my comments/suggestions did not come across too harshly! |
Your Welcome, no not at all! |
|
Reviewed-for: global-docs-approvers |
ngbot
bot
commented
Jun 18, 2020
|
Oh and can you please rebase on master - see https://app.circleci.com/pipelines/github/angular/angular/17225/workflows/dcd17fa3-fcae-4992-a28f-6548e2c7ba8b/jobs/741791/steps |
|
And... (sorry) the commit messages must follow our syntax, as described (ironically) in our https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit. I would suggest just squashing all your commits into a single one during your rebase. The commit message body needs to be more than 100 characters long. Something like:
|
a9ba9e6
to
8508a83
I have executed all the commands mention in the steps given above but it still showing build failure please help. |
|
You need to rebase on the upstream master (i.e. the angular/angular master, not your local master nor your own fork). Something like git checkout master
git pull upstream master
git checkout fix-grammatical-errors
git rebase master |
The CONTRIBUTOR and DEVELOPER markdown docs contained a few typos and grammatical errors, which are fixed in this commit.
8508a83
to
7fc1bf6
Thanks it worked but some test cases are failing and i think it's not because of my PR please have a look and let me know. |
|
Rerunning the failed test. It is just a bit flaky |
Oh! thanks np. |
I think you need to rerun the build it's still not working. |
The CONTRIBUTOR and DEVELOPER markdown docs contained a few typos and grammatical errors, which are fixed in this commit. PR Close angular#37633


nitinknolder commentedJun 18, 2020
•
edited
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information