mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-01 00:25:09 +02:00
core: Fix grammar (#923)
This commit is contained in:
parent
d951000c23
commit
dd95ec6200
3 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ class Format {
|
|||
$pathFormat = self::getDir() . $nameFormat . '.php';
|
||||
|
||||
if(!file_exists($pathFormat)) {
|
||||
throw new \Exception('The format you looking for does not exist.');
|
||||
throw new \Exception('The format you are looking for does not exist.');
|
||||
}
|
||||
|
||||
require_once $pathFormat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue