Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalonx committed Sep 13, 2023
1 parent d5fbac8 commit 7a4a9c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/lib/alimonitor-services/helpers/Cacher.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Cacher {

/**
* Check if data from given endpoint are cached
* @param {String} synchronizerName name of synchronized
* @param {String} synchronizerName name of synchronizer
* @param {URL} endpoint data were fetched from
* @return {Boolean} true if cached false otherwise
*/
Expand All @@ -54,7 +54,7 @@ class Cacher {

/**
* Get cached data
* @param {String} synchronizerName name of synchronized
* @param {String} synchronizerName name of synchronizer
* @param {URL} endpoint data were fetched from
* @return {JSON} data
*/
Expand All @@ -64,7 +64,7 @@ class Cacher {

/**
* Get cached data
* @param {String} synchronizerName name of synchronized
* @param {String} synchronizerName name of synchronizer
* @param {URL} endpoint data were fetched from
* @return {Promise<JSON>} data
*/
Expand Down

0 comments on commit 7a4a9c1

Please sign in to comment.