mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
js → javascript
This commit is contained in:
@@ -41,7 +41,7 @@ otherwise it returns `undefined`.
|
||||
The `filters` specifies an array of file types that can be displayed or
|
||||
selected when you want to limit the user to a specific type. For example:
|
||||
|
||||
```js
|
||||
```javascript
|
||||
{
|
||||
filters: [
|
||||
{name: 'Images', extensions: ['jpg', 'png', 'gif']},
|
||||
|
||||
Reference in New Issue
Block a user