Skip to content

Commit

Permalink
Merge pull request electron#11311 from electron/fix-typos-in-structures
Browse files Browse the repository at this point in the history
fix typos in structures
  • Loading branch information
ckerr authored Dec 3, 2017
2 parents 2ffcb27 + 7dd9218 commit 851642f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/structures/upload-file-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
* `length` Integer - Number of bytes to read from `offset`.
Defaults to `0`.
* `modificationTime` Double - Last Modification time in
number of seconds sine the UNIX epoch.
number of seconds since the UNIX epoch.
2 changes: 1 addition & 1 deletion docs/api/structures/upload-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
* `length` Integer - Number of bytes to read from `offset`.
Defaults to `0`.
* `modificationTime` Double - Last Modification time in
number of seconds sine the UNIX epoch.
number of seconds since the UNIX epoch.

0 comments on commit 851642f

Please sign in to comment.