docs: improve consistency of style guide example (#30504)
The text for entry Style 04-10 of the style guide talks about FilterTextService however, the example folder structure has the inversed filename. PR Close #30504
This commit is contained in:
parent
e688e02ee4
commit
e58e5ec6a6
|
@ -2468,11 +2468,11 @@ Here is a compliant folder and file structure:
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='file'>
|
<div class='file'>
|
||||||
text-filter.component.ts|spec.ts
|
filter-text.component.ts|spec.ts
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='file'>
|
<div class='file'>
|
||||||
text-filter.service.ts|spec.ts
|
filter-text.service.ts|spec.ts
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -3019,11 +3019,11 @@ Yet there is a real danger of that happening if the `SharedModule` provides a se
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='file'>
|
<div class='file'>
|
||||||
text-filter.component.ts|spec.ts
|
filter-text.component.ts|spec.ts
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='file'>
|
<div class='file'>
|
||||||
text-filter.service.ts|spec.ts
|
filter-text.service.ts|spec.ts
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue