Browse Source

fix typos in structures

Zeke Sikelianos 7 years ago
parent
commit
7dd921811f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/api/structures/upload-file-system.md
  2. 1 1
      docs/api/structures/upload-file.md

+ 1 - 1
docs/api/structures/upload-file-system.md

@@ -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.

+ 1 - 1
docs/api/structures/upload-file.md

@@ -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.