This is an automated email from the ASF dual-hosted git repository.
manuelbeck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 28a81373a1 fix: correct typo in npm keyword for plugin creation guide
(#1467)
28a81373a1 is described below
commit 28a81373a1c2488a6f33ca01622879ccfd237b67
Author: Manuel Beck <[email protected]>
AuthorDate: Tue Jan 20 21:49:10 2026 +0100
fix: correct typo in npm keyword for plugin creation guide (#1467)
- Changed `echosystem:cordova` to `ecosystem:cordova`
---
www/docs/en/latest/guide/hybrid/plugins/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/docs/en/latest/guide/hybrid/plugins/index.md
b/www/docs/en/latest/guide/hybrid/plugins/index.md
index 50f025fa67..3009ee3511 100644
--- a/www/docs/en/latest/guide/hybrid/plugins/index.md
+++ b/www/docs/en/latest/guide/hybrid/plugins/index.md
@@ -104,7 +104,7 @@ Keywords help others find your plugin via search.
```zsh
npm pkg set "keywords[]=cordova"
-npm pkg set "keywords[]=echosystem:cordova"
+npm pkg set "keywords[]=ecosystem:cordova"
npm pkg set "keywords[]=cordova-android"
npm pkg set "keywords[]=cordova-ios"
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]