Skip to content

Commit ebc5da2

Browse files
committed
chore: address lint errors
1 parent 703e7de commit ebc5da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: adev-ja/src/content/guide/di/creating-injectable-service.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export class HeroListComponent {
115115
}
116116
</docs-code>
117117

118-
コンポーネントのコンストラクターを使用して、サービスをコンポーネントに注入することもできます:
118+
コンポーネントのコンストラクターを使用しても同様に、サービスをコンポーネントに注入できます:
119119

120120
<docs-code header="src/app/heroes/hero-list.component.ts (constructor signature)" language="typescript">
121121
constructor(private heroService: HeroService)

0 commit comments

Comments
 (0)