From b20085fa7ada8ea5ef191e59e283eddcbe7a3cbc Mon Sep 17 00:00:00 2001 From: paulinaika Date: Tue, 16 May 2017 16:49:56 +1000 Subject: [PATCH] :memo: fix typo docs-translations/id/tutorial/using-widevine-cdm-plugin.md and docs/tutorial/using-widevine-cdm-plugin.md from previous commit [ci skip] --- docs-translations/id/tutorial/using-widevine-cdm-plugin.md | 4 ++-- docs/tutorial/using-widevine-cdm-plugin.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs-translations/id/tutorial/using-widevine-cdm-plugin.md b/docs-translations/id/tutorial/using-widevine-cdm-plugin.md index 4801b7cded70..ceae3a25a1fe 100644 --- a/docs-translations/id/tutorial/using-widevine-cdm-plugin.md +++ b/docs-translations/id/tutorial/using-widevine-cdm-plugin.md @@ -60,12 +60,12 @@ Contoh kode: ```javascript const {app, BrowserWindow} = require('electron') -// You have to pass the filename of `widevinecdmadapter` here, it is +// Anda harus melewatkan filename `widevinecdmadapter` di sini, yang disebut adalah: // * `widevinecdmadapter.plugin` on macOS, // * `libwidevinecdmadapter.so` on Linux, // * `widevinecdmadapter.dll` on Windows. app.commandLine.appendSwitch('widevine-cdm-path', '/path/to/widevinecdmadapter.plugin') -// The version of plugin can be got from `chrome://plugins` page in Chrome. +// Versi plugin dapat didapatkan dari halaman `chrome://plugins` di Chrome. app.commandLine.appendSwitch('widevine-cdm-version', '1.4.8.866') let win = null diff --git a/docs/tutorial/using-widevine-cdm-plugin.md b/docs/tutorial/using-widevine-cdm-plugin.md index 0410ab47f6bb..512da7a041a1 100644 --- a/docs/tutorial/using-widevine-cdm-plugin.md +++ b/docs/tutorial/using-widevine-cdm-plugin.md @@ -53,12 +53,12 @@ Example code: ```javascript const {app, BrowserWindow} = require('electron') -// Anda harus melewatkan filename `widevinecdmadapter` di sini, yang disebut adalah: +// You have to pass the filename of `widevinecdmadapter` here, it is // * `widevinecdmadapter.plugin` on macOS, // * `libwidevinecdmadapter.so` on Linux, // * `widevinecdmadapter.dll` on Windows. app.commandLine.appendSwitch('widevine-cdm-path', '/path/to/widevinecdmadapter.plugin') -// Versi plugin dapat didapatkan dari halaman `chrome://plugins` di Chrome. +// The version of plugin can be got from `chrome://plugins` page in Chrome. app.commandLine.appendSwitch('widevine-cdm-version', '1.4.8.866') let win = null