From d7d2351235591b5c764c9b0a240f4f6bc4b1ec0e Mon Sep 17 00:00:00 2001 From: Zhang Zhi Chao <54631354+Alkaidcc@users.noreply.github.com> Date: Sat, 30 Dec 2023 07:20:09 +0800 Subject: [PATCH] fix: typo --- docs/guide/standalone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/standalone.md b/docs/guide/standalone.md index f1dacbf79..0d0d160bc 100644 --- a/docs/guide/standalone.md +++ b/docs/guide/standalone.md @@ -162,7 +162,7 @@ For that you can also use ngrok, as it automatically proxies https requests to h ### 4. How to inspect cordova applications? -Make sure that the page under `http://your-ip:8098` is returning a javascript coode on your device/simulator. If it doesn't - make sure to check your anti-virus or router/firewall settings. If it works - please follow the instructions, and connect to devtools using your IP. For example: +Make sure that the page under `http://your-ip:8098` is returning a javascript code on your device/simulator. If it doesn't - make sure to check your anti-virus or router/firewall settings. If it works - please follow the instructions, and connect to devtools using your IP. For example: ```ts import devtools from '@vue/devtools'