From 1eaddc94f44cb472a9e48fa2bf76bb24949a6d4a Mon Sep 17 00:00:00 2001 From: moqsien Date: Sat, 15 Jun 2024 10:40:23 +0800 Subject: [PATCH] update --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index cb280a9..6a0173c 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -40,7 +40,7 @@ They are the ways how an SDK is installed or used. - For Session Mode, a new terminal session is opened, and envs are added to this session without saving to any files. When the session is closed, these envs become invalid. - For Global Mode, envs are added to related files and will take effect for all new terminal sessions. -You need to keep an eye on the **key map** hints in TUI of VMR for these modes. +You need to pay attention to the **key map** hints in TUI of VMR for these modes. ### 7. How to lock the SDK version for a project? And how is it implemented?