From 7dd921811fa570c753f15236ab181d0b6158788c Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Fri, 1 Dec 2017 11:43:04 -0800 Subject: [PATCH] fix typos in structures --- docs/api/structures/upload-file-system.md | 2 +- docs/api/structures/upload-file.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/structures/upload-file-system.md b/docs/api/structures/upload-file-system.md index d62b0a8ba788..dee996fbae63 100644 --- a/docs/api/structures/upload-file-system.md +++ b/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. diff --git a/docs/api/structures/upload-file.md b/docs/api/structures/upload-file.md index 8a2197301444..ae231bdaf895 100644 --- a/docs/api/structures/upload-file.md +++ b/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.