Skip to content

Commit ba76bfb

Browse files
committed
Update ip2location_io.app.mjs
1 parent ea7797e commit ba76bfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/ip2location_io/ip2location_io.app.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ export default {
4343
* @param {Object} [args.params] - The query parameters
4444
* @param {string} [args.params.ip] - The IP address to lookup (IPv4 or IPv6)
4545
* @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
46+
* @param {string} [args.params.lang] - Translation information(ISO639-1) for
47+
* continent, country,
48+
* region and city name
4949
* @returns {Promise<Object>} The hosted domain information
5050
*/
5151
lookupIpAddress(args = {}) {

0 commit comments

Comments
 (0)