Skip to content

Commit c64a277

Browse files
committed
fix: address lint errors
1 parent a02aa77 commit c64a277

File tree

1 file changed

+1
-1
lines changed
  • adev-ja/src/content/reference/errors

1 file changed

+1
-1
lines changed

adev-ja/src/content/reference/errors/NG0300.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
2つ以上の[コンポーネント](guide/components)が同じ要素セレクターを使用しています。要素に関連付けられるコンポーネントは1つだけなので、セレクターはAngularが曖昧さを避けるために一意の文字列である必要があります。
66

7-
このエラーは、1つのノードに2つのセレクターを適用し、それぞれが異なるコンポーネントに一致する場合、または1つのセレクターをノードに適用し、複数のコンポーネントに一致する場合に、ランタイムで発生します。
7+
このエラーは、1つのノードに2つのセレクターを適用してそれぞれが異なるコンポーネントに一致する場合、または1つのセレクターをノードに適用して複数のコンポーネントに一致する場合に、ランタイムで発生します。
88

99
<docs-code language="typescript">
1010

0 commit comments

Comments
 (0)