fix typos in halcyon (#5066)

This commit is contained in:
Marc Jauvin 2020-05-05 13:12:45 -04:00 committed by GitHub
parent b896924dec
commit 15e4e53901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
use Yaml;
/**
* The CMS meta file class, used for interacting with YAML files within the Halycon datasources
* The CMS meta file class, used for interacting with YAML files within the Halcyon datasources
*
* @package october\cms
* @author Luke Towers

View File

@ -59,7 +59,7 @@ class Theme
{
$theme = new static;
$theme->setDirName($dirName);
$theme->registerHalyconDatasource();
$theme->registerHalcyonDatasource();
return $theme;
}
@ -546,7 +546,7 @@ class Theme
* Ensures this theme is registered as a Halcyon datasource.
* @return void
*/
public function registerHalyconDatasource()
public function registerHalcyonDatasource()
{
$resolver = App::make('halcyon');

View File

@ -207,7 +207,7 @@ class ThemeSync extends Command
* @param string $path
* @param string $model
* @param \Cms\Classes\Theme $theme
* @return \October\Rain\Halycon\Model
* @return \October\Rain\Halcyon\Model
*/
protected function getModelForPath($path, $modelClass, $theme)
{