From e58e5ec6a6631f9d21d0dcbed78de695fb44bf94 Mon Sep 17 00:00:00 2001 From: "Fux, Etienne" Date: Thu, 16 May 2019 10:21:58 +0200 Subject: [PATCH] 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 --- aio/content/guide/styleguide.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aio/content/guide/styleguide.md b/aio/content/guide/styleguide.md index da70b2cc20..e1fb6ef661 100644 --- a/aio/content/guide/styleguide.md +++ b/aio/content/guide/styleguide.md @@ -2468,11 +2468,11 @@ Here is a compliant folder and file structure:
- text-filter.component.ts|spec.ts + filter-text.component.ts|spec.ts
- text-filter.service.ts|spec.ts + filter-text.service.ts|spec.ts
@@ -3019,11 +3019,11 @@ Yet there is a real danger of that happening if the `SharedModule` provides a se
- text-filter.component.ts|spec.ts + filter-text.component.ts|spec.ts
- text-filter.service.ts|spec.ts + filter-text.service.ts|spec.ts