diff --git a/docs-translations/jp/api/tray.md b/docs-translations/jp/api/tray.md index 38ed2919d8a3..b342d2847117 100644 --- a/docs-translations/jp/api/tray.md +++ b/docs-translations/jp/api/tray.md @@ -20,7 +20,6 @@ app.on('ready', function () { appIcon.setToolTip('This is my application.') appIcon.setContextMenu(contextMenu) }) - ``` __プラットフォームの制限:__ diff --git a/docs-translations/ru-RU/tutorial/quick-start.md b/docs-translations/ru-RU/tutorial/quick-start.md index f485e477f779..a943d09e8b65 100644 --- a/docs-translations/ru-RU/tutorial/quick-start.md +++ b/docs-translations/ru-RU/tutorial/quick-start.md @@ -131,7 +131,6 @@ app.on('activate', function () { // В этот файл Вы можете включить остальной код вашего главного процесса. // Вы также можете разложить его по отдельным файлам и подключить с помощью require. - ``` Наконец, `index.html`, страница, которую Вы хотите показать: diff --git a/docs-translations/tr-TR/tutorial/quick-start.md b/docs-translations/tr-TR/tutorial/quick-start.md index 1941060df2a9..792e8cbeacdb 100644 --- a/docs-translations/tr-TR/tutorial/quick-start.md +++ b/docs-translations/tr-TR/tutorial/quick-start.md @@ -141,7 +141,6 @@ app.on('activate', () => { // Bu sayfada, uygulamanızın spesifik main process kodlarını dahil edebilirsiniz. // Aynı zamanda bu kodları ayrı dosyalar halinde oluştura bilir // ve buraya require yoluyla ekleye bilirsiniz. - ``` Son olarak `index.html` yani göstermek istediğiniz web sayfası: