Browse Source

Standardize file-object

Jessica Lord 9 years ago
parent
commit
864c8df639
1 changed files with 3 additions and 4 deletions
  1. 3 4
      docs/api/file-object.md

+ 3 - 4
docs/api/file-object.md

@@ -1,11 +1,10 @@
 # `File` object
 
 The DOM's File interface provides abstraction around native files, in order to
-let users work on native files directly with HTML5 file API, Electron has
-added a `path` attribute to `File` interface which exposes the file's real path
-on filesystem.
+let users work on native files directly with the HTML5 file API. Electron has
+added a `path` attribute to the `File` interface which exposes the file's real path on filesystem.
 
-Example on getting real path of a dragged file:
+Example on getting a real path from a dragged-onto-the-app file:
 
 ```html
 <div id="holder">