Fix: plural agreement in VISION.md File (#78715)

Change "optional capability" to "optional capabilities" to better match the plural "plugins" in the same sentence.

No functional changes. Documentation only.
This commit is contained in:
Mehraz Morshed
2026-06-23 01:23:35 +00:00
committed by GitHub
parent 9fa14ff61a
commit dd9706e902
+1 -1
View File
@@ -61,7 +61,7 @@ We prioritize secure defaults, but also expose clear knobs for trusted high-powe
## Plugins & Memory ## Plugins & Memory
OpenClaw has an extensive plugin API. OpenClaw has an extensive plugin API.
Core stays lean; optional capability should usually ship as plugins. Core stays lean; optional capabilities should usually ship as plugins.
We are generally slimming down core while expanding what plugins can do. We are generally slimming down core while expanding what plugins can do.
If a useful feature cannot be built as a plugin yet, we welcome PRs and design discussions that extend the plugin API instead of adding one-off core behavior. If a useful feature cannot be built as a plugin yet, we welcome PRs and design discussions that extend the plugin API instead of adding one-off core behavior.