summaryrefslogtreecommitdiff
path: root/docs/RPC/jsonrpc.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/RPC/jsonrpc.js')
-rw-r--r--docs/RPC/jsonrpc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/RPC/jsonrpc.js b/docs/RPC/jsonrpc.js
index 76c284553..cbb4d954a 100644
--- a/docs/RPC/jsonrpc.js
+++ b/docs/RPC/jsonrpc.js
@@ -8,7 +8,7 @@ class AnopeRPC {
* Initializes a new AnopeRPC instance with the specified RPC host.
*
* @param {string} The RPC host base URL.
- * @param {token} The bearer token for authorizing with the RPC token.
+ * @param {token} The bearer token for authorizing with the RPC interface.
*/
constructor(host, token = "") {
this.host = host;