0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 05:30:43 -05:00

Typo fixes

This commit is contained in:
Chomp 2025-01-25 12:09:12 +00:00
parent 772d8b4e77
commit f2e554206d

View File

@ -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
*/
@ -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
*/