1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-13 02:04:35 +02:00

Fix small typo in phpdoc fix per @matjazpotocnik

This commit is contained in:
Ryan Cramer
2021-08-27 13:48:48 -04:00
parent 0632599385
commit d78276e2c2

View File

@@ -544,7 +544,7 @@ class Config extends WireData {
* *
* Values are set to the Javascript variable `ProcessWire.config[key]`. * 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(), * 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'). * but they cannot be retrieved from $config->['key'] or $config->get('key').