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 765647c commit f10ae9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/lib/alimonitor-services/helpers/Cacher.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Cacher {

/**
* Return path to data given via endpoint they were fetched from and synchronizer name
* @param {String} synchronizerName name of synchronized
* @param {String} synchronizerName name of synchronizer
* @param {URL} endpoint data were fetched from
* @return {String} path
*/
Expand All @@ -89,7 +89,7 @@ class Cacher {
/**
* Return name of file to store json data based on searchParans of endpoint they were fetched from
* In case file name is too long, it is cut to appropriate length and
* sifixed with '#' character and hash of origina NON-shortened file name
* sufixed with '#' character and hash of origina, NON-shortened file name
* @param {URL} endpoint endpoint data was fetched from
* @returns {String} file name
*/
Expand Down

0 comments on commit f10ae9e

Please sign in to comment.