Skip to content

Commit 922d59e

Browse files
committed
Typo fix.
1 parent 6429224 commit 922d59e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ public function getPrimaryRoute() : array
319319
}
320320
}
321321

322-
throw new \InvalidArgumentException(sprintf('No primary route found. This isn\'t supposed to happen'));
322+
throw new \InvalidArgumentException(sprintf('No primary route found. This isn\'t supposed to happen.'));
323323
}
324324

325325
/**

0 commit comments

Comments
 (0)