From d78276e2c265f6b70384a13eb4febd4811a1db77 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 27 Aug 2021 13:48:48 -0400 Subject: [PATCH] Fix small typo in phpdoc fix per @matjazpotocnik --- wire/core/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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').