소스 검색

Just corrected a typo

poldy79 10 년 전
부모
커밋
d61c063f7d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/dev/hardware.rst

+ 1 - 1
docs/dev/hardware.rst

@@ -45,7 +45,7 @@ The final image name must be the same that is returned by the following command.
     lua -e 'print(require("platform_info").get_image_name())'
 
 
-This is so the autoupdater can work. On targets with aren't supported by the autoupdater,
+This is so the autoupdater can work. On targets which aren't supported by the autoupdater,
 ``require("platform_info").get_image_name()`` will just return ``nil`` and the final image name
 may be defined arbitrarily.