From dd9706e90264e272ce7f155e00fa3cc83ee69b7a Mon Sep 17 00:00:00 2001 From: Mehraz Morshed Date: Tue, 23 Jun 2026 07:23:35 +0600 Subject: [PATCH] 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. --- VISION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VISION.md b/VISION.md index 61ebf6b8dbca..929da281aca0 100644 --- a/VISION.md +++ b/VISION.md @@ -61,7 +61,7 @@ We prioritize secure defaults, but also expose clear knobs for trusted high-powe ## Plugins & Memory 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. 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.