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:
Fux, Etienne 2019-05-16 10:21:58 +02:00 committed by Jason Aden
parent e688e02ee4
commit e58e5ec6a6
1 changed files with 4 additions and 4 deletions

View File

@ -2468,11 +2468,11 @@ Here is a compliant folder and file structure:
</div>
<div class='file'>
text-filter.component.ts|spec.ts
filter-text.component.ts|spec.ts
</div>
<div class='file'>
text-filter.service.ts|spec.ts
filter-text.service.ts|spec.ts
</div>
</div>
@ -3019,11 +3019,11 @@ Yet there is a real danger of that happening if the `SharedModule` provides a se
</div>
<div class='file'>
text-filter.component.ts|spec.ts
filter-text.component.ts|spec.ts
</div>
<div class='file'>
text-filter.service.ts|spec.ts
filter-text.service.ts|spec.ts
</div>
</div>