diff --git a/wire/core/Config.php b/wire/core/Config.php index 701280b2..78051c92 100644 --- a/wire/core/Config.php +++ b/wire/core/Config.php @@ -544,7 +544,7 @@ class Config extends WireData { * * Values are set to the Javascript variable `ProcessWire.config[key]`. * - * Unlike onfig->js(), values get or set are exclusive to JS config only. + * Unlike $config->js(), values get or set are exclusive to JS config only. * * Values set with this method can be retrieved via $config->js() or $config->jsConfig(), * but they cannot be retrieved from $config->['key'] or $config->get('key').