소스 검색

Update id.md (#2624)

rephrasing for clarity
James Auble 3 년 전
부모
커밋
fe79ead008
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/docs/src/en/magics/id.md

+ 1 - 1
packages/docs/src/en/magics/id.md

@@ -6,7 +6,7 @@ title: id
 
 
 # $id
 # $id
 
 
-`$id` is a magic property that can be used to generate an element's ID and ensure that it is within on the page and won't conflict with other IDs of the same name.
+`$id` is a magic property that can be used to generate an element's ID and ensure that it won't conflict with other IDs of the same name on the same page.
 
 
 This utility is extremely helpful when building re-usable components (presumably in a back-end template) that might occur multiple times on a page, and make use of ID attributes.
 This utility is extremely helpful when building re-usable components (presumably in a back-end template) that might occur multiple times on a page, and make use of ID attributes.