Skip to content

Commit

Permalink
Fix JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bryaningl3 committed Apr 17, 2024
1 parent 8d0a481 commit f4f9213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gateway/WatchlistGateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = (() => {
*
* @public
* @exported
* @param {String} protocol - The protocol of the of the Watchlist web service (either http or https).
* @param {String} protocol - The protocol of the Watchlist web service (either http or https).
* @param {String} host - The hostname of the Watchlist web service.
* @param {Number} port - The TCP port number of the Watchlist web service.
* @param {String} environment - A description of the environment we're connecting to.
Expand Down

0 comments on commit f4f9213

Please sign in to comment.