Skip to content

Commit f27f369

Browse files
committed
fix(docs): Fix heading level
1 parent a0bd728 commit f27f369

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

projects/ngqp-demo/src/app/docs-items/model-usage/model-usage-docs.component.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@ <h2>QueryParamGroup</h2>
1212
<!-- TODO -->
1313
</p>
1414
<docs-fragment fragment="QueryParamGroup-get">
15-
<h2>Access individual parameters</h2>
15+
<h3>Access individual parameters</h3>
1616
</docs-fragment>
1717
<p>
1818
<!-- TODO -->
1919
</p>
2020
<docs-fragment fragment="QueryParamGroup-value">
21-
<h2>Reading the current value</h2>
21+
<h3>Reading the current value</h3>
2222
</docs-fragment>
2323
<p>
2424
<!-- TODO -->
2525
</p>
2626
<docs-fragment fragment="QueryParamGroup-valueChanges">
27-
<h2>Subscribing to value changes</h2>
27+
<h3>Subscribing to value changes</h3>
2828
</docs-fragment>
2929
<p>
3030
<!-- TODO -->
3131
</p>
3232
<docs-fragment fragment="QueryParamGroup-patchValue-setValue">
33-
<h2>Updating the values</h2>
33+
<h3>Updating the values</h3>
3434
</docs-fragment>
3535
<p>
3636
<!-- TODO -->
@@ -43,21 +43,21 @@ <h2>QueryParam</h2>
4343
<!-- TODO -->
4444
</p>
4545
<docs-fragment fragment="QueryParam-value">
46-
<h2>Reading the current value</h2>
46+
<h3>Reading the current value</h3>
4747
</docs-fragment>
4848
<p>
4949
This is analogous to <docs-link fragment="QueryParamGroup-value">QueryParamGroup</docs-link>. You can find
5050
the API documentation under <span apiDocsLink>QueryParam#value</span>.
5151
</p>
5252
<docs-fragment fragment="QueryParam-valueChanges">
53-
<h2>Subscribing to value changes</h2>
53+
<h3>Subscribing to value changes</h3>
5454
</docs-fragment>
5555
<p>
5656
This is analogous to <docs-link fragment="QueryParamGroup-valueChanges">QueryParamGroup</docs-link>. You can find
5757
the API documentation under <span apiDocsLink>QueryParam#valueChanges</span>.
5858
</p>
5959
<docs-fragment fragment="QueryParam-setValue">
60-
<h2>Updating the values</h2>
60+
<h3>Updating the values</h3>
6161
</docs-fragment>
6262
<p>
6363
This is similar to changing the value of an entire

0 commit comments

Comments
 (0)