mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-19 08:48:27 +02:00
core: Fix grammar (#923)
This commit is contained in:
parent
d951000c23
commit
dd95ec6200
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue