소스 검색

Remove unneeded quotes

Kevin Sawicki 10 년 전
부모
커밋
7f2de91eec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -6,6 +6,6 @@
   <body>
     <h1>Hello World!</h1>
     We are using node <script>document.write(process.version)</script>
-    and Electron <script>document.write(process.versions['electron'])</script>.
+    and Electron <script>document.write(process.versions.electron)</script>.
   </body>
 </html>