mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-21 18:34:17 +02:00
core: Fix grammar (#923)
This commit is contained in:
committed by
LogMANOriginal
parent
d951000c23
commit
dd95ec6200
@ -17,7 +17,7 @@ class Cache {
|
||||
$pathCache = self::getDir() . $nameCache . '.php';
|
||||
|
||||
if(!file_exists($pathCache)) {
|
||||
throw new \Exception('The cache you looking for does not exist.');
|
||||
throw new \Exception('The cache you are looking for does not exist.');
|
||||
}
|
||||
|
||||
require_once $pathCache;
|
||||
|
Reference in New Issue
Block a user