diff --git a/docs/README.md b/docs/README.md index efcaf6e2..80956ce1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ -# `seomatic` docs +# `retour` docs -This buildchain is a self-contained build system for the `seomatic` documentation. +This buildchain is a self-contained build system for the `retour` documentation. ## Overview diff --git a/src/services/ServicesTrait.php b/src/services/ServicesTrait.php index d7e14db5..4076f23e 100644 --- a/src/services/ServicesTrait.php +++ b/src/services/ServicesTrait.php @@ -41,7 +41,7 @@ public function __construct($id, $parent = null, array $config = []) // Dev server container name & port are based on the major version of this plugin $devPort = 3000 + (int)$majorVersion; $versionName = 'v' . $majorVersion; - // Merge in the passed config, so it our config can be overridden by Plugins::pluginConfigs['vite'] + // Merge in the passed config, so it our config can be overridden by Plugins::pluginConfigs['retour'] // ref: https://github.com/craftcms/cms/issues/1989 $config = ArrayHelper::merge([ 'components' => [