Various documentation adjustments (#2001)

* docs(various): Add "at" to createdAt description

* docs(Client): Adjust to fit with guilds property

* docs(various): Adjust phrasing & fix typos

* docs(various): Clarifications

* docs(Permissions): fix numerus

* docs(DataStore): capitalize DataStore

* docs(various): Formatting changes

* docs(Presence): Expand RichPresenceAssets docs

* Add space
This commit is contained in:
Robin B
2017-10-07 01:56:17 +02:00
committed by Crawl
parent 8fbae13040
commit 97823bc376
39 changed files with 149 additions and 146 deletions

View File

@@ -110,7 +110,7 @@ class GuildAuditLogs {
*/
/**
* Find target type from entry action.
* Finds the target type from the entry action.
* @param {number} target The action target
* @returns {?string}
*/
@@ -135,7 +135,7 @@ class GuildAuditLogs {
*/
/**
* Find action type from entry action.
* Finds the action type from the entry action.
* @param {string} action The action target
* @returns {string}
*/
@@ -321,7 +321,7 @@ class GuildAuditLogsEntry {
}
/**
* The time this entry was created
* The time this entry was created at
* @type {Date}
* @readonly
*/