Skip to content

Commit

Permalink
[ja] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa authored Sep 18, 2024
1 parent 0911cd7 commit bcc933f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/ja/web/api/element/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ _`Element` は、親インターフェイスである {{DOMxRef("Node")}}、お
- {{DOMxRef("Element.currentCSSZoom")}} {{ReadOnlyInline}} {{experimental_inline}}
- : 要素の実効ズームサイズを示す数値。要素がレンダリングされない場合は 1.0 です。
- {{DOMxRef("Element.elementTiming")}} {{Experimental_Inline}}
- : {{domxref("PerformanceElementTiming")}} API において要素を監視するためのマークとなる [`elementtiming`](/ja/docs/Web/HTML/Attributes/elementtiming) 属性を に反映した文字列です
- : {{domxref("PerformanceElementTiming")}} API において要素を監視するためのマークとなる [`elementtiming`](/ja/docs/Web/HTML/Attributes/elementtiming) 属性を反映した文字列です
- {{domxref("Element.firstElementChild")}} {{ReadOnlyInline}}
- : この要素の最初の子要素を返します。
- {{DOMxRef("Element.id")}}
Expand Down

0 comments on commit bcc933f

Please sign in to comment.