mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Fix link to app.addRecentDocument
This commit is contained in:
@@ -29,7 +29,7 @@ var app = require('app');
|
||||
app.addRecentDocument('/Users/USERNAME/Desktop/work.type');
|
||||
```
|
||||
|
||||
And you can use [app.clearRecentDocuments](clearrecentdocuments) API to empty
|
||||
And you can use [app.clearRecentDocuments][clearrecentdocuments] API to empty
|
||||
the recent documents list:
|
||||
|
||||
```javascript
|
||||
|
||||
Reference in New Issue
Block a user