mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
docs: Typos, consistency and grammar fixes (#6811)
This commit is contained in:
@@ -22,7 +22,7 @@ class IntegrationApplication extends Application {
|
||||
|
||||
if ('terms_of_service_url' in data) {
|
||||
/**
|
||||
* The url of the application's terms of service
|
||||
* The URL of the application's terms of service
|
||||
* @type {?string}
|
||||
*/
|
||||
this.termsOfServiceURL = data.terms_of_service_url;
|
||||
@@ -32,7 +32,7 @@ class IntegrationApplication extends Application {
|
||||
|
||||
if ('privacy_policy_url' in data) {
|
||||
/**
|
||||
* The url of the application's privacy policy
|
||||
* The URL of the application's privacy policy
|
||||
* @type {?string}
|
||||
*/
|
||||
this.privacyPolicyURL = data.privacy_policy_url;
|
||||
@@ -42,7 +42,7 @@ class IntegrationApplication extends Application {
|
||||
|
||||
if ('rpc_origins' in data) {
|
||||
/**
|
||||
* The Array of RPC origin urls
|
||||
* The Array of RPC origin URLs
|
||||
* @type {string[]}
|
||||
*/
|
||||
this.rpcOrigins = data.rpc_origins;
|
||||
|
||||
Reference in New Issue
Block a user