Japanese manual: modified template string

modified based on the comments from Flatta
[ci skip]
This commit is contained in:
TAKAHASHI Kyohei 2016-05-22 00:22:51 +09:00
parent 77eb0e8e3f
commit 9d02292dec
No known key found for this signature in database
GPG key ID: 8C49E22DA193875B
2 changed files with 2 additions and 4 deletions

View file

@ -99,8 +99,6 @@ app.on('activate', () => {
}
});
// In this file you can include the rest of your app's specific main process
// code. You can also put them in separate files and require them here.
// このファイルでアプリケーション固有のメインプロセスのコードを読み込むことができる。
// ファイルを別に分けておいてここでrequireすることもできる。
```