Skip to content

Commit aab2964

Browse files
bryant1410gkalpak
authored andcommitted
docs: fix broken Markdown headings
Closes angular#125
1 parent 8c87b79 commit aab2964

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ send us a Pull Request. Following these steps will help us to include your code:
100100
12. Celebrate your contribution to AngularHint! Thank you!
101101
102102
103-
##<a name="style"></a> Coding Style Guidelines
103+
## <a name="style"></a> Coding Style Guidelines
104104
105105
To help keep the code in AngularHint consistent, please follow these conventions.
106106
107-
###1. AngularHint Guidelines
107+
### 1. AngularHint Guidelines
108108
109109
#### Naming
110110
- AngularHint should be referred to as 'Angular Hint' in titles. In bodies of text it should
@@ -127,7 +127,7 @@ send us a Pull Request. Following these steps will help us to include your code:
127127
- Instead of complex inheritance heirarchies, use simple objects.
128128
- Prefer functions and closures to objects.
129129

130-
####<a name="commit"></a> Commit guidelines
130+
#### <a name="commit"></a> Commit guidelines
131131

132132
Commit messages help us to create a dynamic record of changes to our code. By making
133133
readable and consistent commit messages, we automatically document our coding decisions.
@@ -182,7 +182,7 @@ send us a Pull Request. Following these steps will help us to include your code:
182182
The footer should contain any information about **Breaking Changes** and is also the place to
183183
reference GitHub issues that this commit **Closes**.
184184
185-
###2. <a name="module"></a> AngularHint Module Guidelines
185+
### 2. <a name="module"></a> AngularHint Module Guidelines
186186
AngularHint is designed to be a modular tool. This way, independent AngularHint modules can be developed as standalone projects and later included in the overall AngularHint collection. We hope this will encourage the development
187187
of further AngularHint modules that cover different facets of AngularJS.
188188

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $ yarn install
5757
```shell
5858
$ yarn build
5959
```
60-
##Example
60+
## Example
6161
In the `example` directory, you can find a sample application that appears
6262
superficially correct but violates many Angular best practices. When AngularHint is in operation
6363
it produces hints for correcting the sample application. In the `correctExample` directory

0 commit comments

Comments
 (0)