This is an automated email from the ASF dual-hosted git repository. manuelbeck pushed a commit to branch pr-fix-npm-keyword-typo-in-create-a-plugin in repository https://gitbox.apache.org/repos/asf/cordova-docs.git
commit 30819e73b427f75eb33a2534f00d662a0694bd75 Author: Manuel Beck <[email protected]> AuthorDate: Tue Jan 20 17:40:42 2026 +0100 fix: correct typo in npm keyword for plugin creation guide - 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]
