Skip to content

Commit b20085f

Browse files
committed
📝 fix typo docs-translations/id/tutorial/using-widevine-cdm-plugin.md and docs/tutorial/using-widevine-cdm-plugin.md from previous commit [ci skip]
1 parent 8a2f24c commit b20085f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs-translations/id/tutorial/using-widevine-cdm-plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ Contoh kode:
6060
```javascript
6161
const {app, BrowserWindow} = require('electron')
6262

63-
// You have to pass the filename of `widevinecdmadapter` here, it is
63+
// Anda harus melewatkan filename `widevinecdmadapter` di sini, yang disebut adalah:
6464
// * `widevinecdmadapter.plugin` on macOS,
6565
// * `libwidevinecdmadapter.so` on Linux,
6666
// * `widevinecdmadapter.dll` on Windows.
6767
app.commandLine.appendSwitch('widevine-cdm-path', '/path/to/widevinecdmadapter.plugin')
68-
// The version of plugin can be got from `chrome://plugins` page in Chrome.
68+
// Versi plugin dapat didapatkan dari halaman `chrome://plugins` di Chrome.
6969
app.commandLine.appendSwitch('widevine-cdm-version', '1.4.8.866')
7070

7171
let win = null

docs/tutorial/using-widevine-cdm-plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ Example code:
5353
```javascript
5454
const {app, BrowserWindow} = require('electron')
5555

56-
// Anda harus melewatkan filename `widevinecdmadapter` di sini, yang disebut adalah:
56+
// You have to pass the filename of `widevinecdmadapter` here, it is
5757
// * `widevinecdmadapter.plugin` on macOS,
5858
// * `libwidevinecdmadapter.so` on Linux,
5959
// * `widevinecdmadapter.dll` on Windows.
6060
app.commandLine.appendSwitch('widevine-cdm-path', '/path/to/widevinecdmadapter.plugin')
61-
// Versi plugin dapat didapatkan dari halaman `chrome://plugins` di Chrome.
61+
// The version of plugin can be got from `chrome://plugins` page in Chrome.
6262
app.commandLine.appendSwitch('widevine-cdm-version', '1.4.8.866')
6363

6464
let win = null

0 commit comments

Comments
 (0)