Add space after //
authorKevin Sawicki <kevin@github.com>
Mon, 16 Jan 2017 19:38:58 +0000 (11:38 -0800)
committerGitHub <noreply@github.com>
Mon, 16 Jan 2017 19:38:58 +0000 (11:38 -0800)
docs-translations/zh-CN/tutorial/using-selenium-and-webdriver.md

index 1bce602..799c482 100644 (file)
@@ -15,7 +15,7 @@ $ npm install --save-dev spectron
 ```
 
 ```javascript
-//一个简单的测试验证一个带标题的可见的窗口
+// 一个简单的测试验证一个带标题的可见的窗口
 var Application = require('spectron').Application
 var assert = require('assert')