From 067ec2d9eec4f5771691e6e5c6f549ecca596bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Thu, 28 Aug 2025 16:11:44 +0200 Subject: [PATCH] update docs --- v3-docs/docs/about/cordova.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-docs/docs/about/cordova.md b/v3-docs/docs/about/cordova.md index c54846c784..61684eef34 100644 --- a/v3-docs/docs/about/cordova.md +++ b/v3-docs/docs/about/cordova.md @@ -206,7 +206,7 @@ You can manage connected devices in Android Studio and Xcode. Hot Code Push (HCP) lets the client automatically get the latest version when code changes are detected. This improves development with live reloads and ensures production apps receive updates without republishing to the stores. -For development, enable HCP by starting the application server with the --mobile-server option. +For development, enable HCP by starting the application server with the `--mobile-server` option. - On an emulator, - Run: `meteor run android --mobile-server 10.0.2.2:3000`