Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomp committed Jan 25, 2025
1 parent 772d8b4 commit f2e5542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/src/services/InMemoryCacheService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class InMemoryCacheService {
}

/**
* Retreve data stored by a key
* Retrieve data stored by a key
* @param key key
* @returns Stored data
*/
Expand All @@ -30,7 +30,7 @@ export class InMemoryCacheService {
}

/**
* Does data exists against the provided key
* Does data exist against the provided key
* @param key Key to check for data against
* @returns true if exists
*/
Expand Down

0 comments on commit f2e5542

Please sign in to comment.