Skip to content

Commit e4ccb99

Browse files
author
Sankarsan Kampa
committed
Minor changes
1 parent c91e462 commit e4ccb99

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/pokedex.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ const { getEvolutionStone, getEvolutionStones } = require('./endpoints/evolution
1111
const { getLeagues, getLeague } = require('./endpoints/league');
1212
const { getPokemonByNumber, getPokemonCounts } = require('./endpoints/pokemon');
1313
const { getTypes } = require('./endpoints/types');
14+
1415
/**
1516
* @class Pokedex
1617
*/
1718
class Pokedex {
1819
/**
1920
* @constructor
20-
* @param {Object} [options] the options for Pokedex API library
21-
* @param {String} [options.userAgent] the User-Agent header for the HTTP request
22-
* @param {String} [options.version] the version of the Pokedex API
21+
* @param {Object} [options] The options for Pokedex API library
22+
* @param {String} [options.userAgent] The User-Agent header for the HTTP request
23+
* @param {String} [options.version] The version of the Pokedex API
2324
* @example
2425
* const Pokedex = require('pokedex-api');
2526
* const pokedex = new Pokedex({

0 commit comments

Comments
 (0)