Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
feuzeu committed Apr 28, 2019
1 parent 289faad commit 8baf0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jaxon.php
Expand Up @@ -147,7 +147,7 @@ public function config()
private function setDefaultOptions()
{
// The default configuration settings.
$this->di()->getCongig()->setOptions([
$this->di()->getConfig()->setOptions([
'core.version' => $this->getVersion(),
'core.language' => 'en',
'core.encoding' => 'utf-8',
Expand Down

0 comments on commit 8baf0cf

Please sign in to comment.