mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 05:50:44 -05:00
Typo fixes
This commit is contained in:
parent
772d8b4e77
commit
f2e554206d
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user