We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7797e commit ba76bfbCopy full SHA for ba76bfb
components/ip2location_io/ip2location_io.app.mjs
@@ -43,9 +43,9 @@ export default {
43
* @param {Object} [args.params] - The query parameters
44
* @param {string} [args.params.ip] - The IP address to lookup (IPv4 or IPv6)
45
* @param {string} [args.params.format] - Response format (json or xml)
46
- * @param {string} [args.params.lang] - Translation information(ISO639-1) for
47
- * continent, country,
48
- * region and city name
+ * @param {string} [args.params.lang] - Translation information(ISO639-1) for
+ * continent, country,
+ * region and city name
49
* @returns {Promise<Object>} The hosted domain information
50
*/
51
lookupIpAddress(args = {}) {
0 commit comments