Skip to content

Commit 023765c

Browse files
committed
docs: fixed a typo and made a minor edit to docs section of CONTRIBUTING.md
1 parent 4a401bb commit 023765c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@ project.
3232

3333
## Want a Doc Fix?
3434
If you want to help improve the docs, it's a good idea to let others know what you're working on to
35-
minimize duplication of effort. Before starting, check out the issue queue for [Milestone:Docs Only with label type:docs](https://github.com/angular/angular.js/issues?labels=type%3A+docs&milestone=24&state=open).
35+
minimize duplication of effort. Before starting, check out the issue queue for [Milestone:Docs Only](https://github.com/angular/angular.js/issues?milestone=24&state=open).
3636
Comment on an issue to let others know what you're working on, or create a new issue if your work
37-
doesn't fit within the scope of any of the exisitng doc fix projects.
37+
doesn't fit within the scope of any of the existing doc fix projects.
3838

3939
For large fixes, please build and test the documentation before submitting the PR to be sure you haven't
40-
accidentally introduced any layout or formatting issues.
40+
accidentally introduced any layout or formatting issues.You should also make sure that your commit message
41+
is labeled "docs:" and follows the **Git Commit Guidelines** outlined below.
4142

4243
If you're just making a small change, don't worry about filing an issue first. Use the friendly blue "Improve this doc" button at the top right of the doc page to fork the repository in-place and make a quick change on the fly.
4344

0 commit comments

Comments
 (0)