File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " proxy-manager-api" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.0.4 " ,
44 "description" : " Proxy-Manger-API is an API wrapper for https://nginxproxymanager.com/" ,
55 "main" : " src/index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class Proxy {
3737 }
3838
3939 /**
40- * Gets A Proxy from the Proxy Server
40+ * Gets a Proxy from the Proxy Server
4141 * @param {String } Domain - The domain to get the proxy for
4242 * @returns {Promise<String> }
4343 * @example
@@ -131,7 +131,7 @@ class Proxy {
131131 }
132132
133133 /**
134- * Proxies A Domain/Domains
134+ * Proxies a Domain/Domains
135135 * @param {Object } options - The options
136136 * @param {String|Array } options.domain - The domain(s) to proxy
137137 * @param {String } options.ip - The IP to proxy to
@@ -204,7 +204,7 @@ class Proxy {
204204 }
205205
206206 /**
207- * UnProxies The Domain
207+ * UnProxies a Domain
208208 * @param {String } domain - The domain to UnProxy
209209 * @returns {Promise<String> }
210210 */
You can’t perform that action at this time.
0 commit comments