mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Remove trailing commas from dialog filters code example
This commit is contained in:
@@ -36,8 +36,8 @@ selected, an example is:
|
||||
filters: [
|
||||
{ name: 'Images', extensions: ['jpg', 'png', 'gif'] },
|
||||
{ name: 'Movies', extensions: ['mkv', 'avi', 'mp4'] },
|
||||
{ name: 'Custom File Type', extensions: ['as'] },
|
||||
],
|
||||
{ name: 'Custom File Type', extensions: ['as'] }
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user