From c30d8c869d4823196911dbfd11cd10134709b5af Mon Sep 17 00:00:00 2001 From: Catherine Liang Date: Wed, 15 Nov 2023 22:39:23 +0800 Subject: [PATCH] Fix bug --- docs/UserGuide.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 44077fd8614..6f60de1ba23 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -114,6 +114,7 @@ Our user guide takes into consideration your level of expertise in JABPro. You are a **beginner** user if ... + 1. You are new to JABPro (used JABPro less than 5 times) *and*, 2. you wish to fully rely on the JABPro interface. @@ -128,7 +129,7 @@ You are an **advanced** user if ... **Notes** and **tips** curated for you are labeled by the following box!
-

Advanced

@@ -669,10 +670,9 @@ Format: `edit INDEX ([n/NAME] [p/PHONE] [e/EMAIL] [a/ADDRESS] [t/TAGNAME]…​ * If you have **multiple tags in different categories with the same name**, you must **specify the category** when you want to tag the specified applicant with one of these tags e.g. `edit INDEX t/CATEGORY DUPLICATETAGNAME`
-

Advanced

- * If you still would like to tag an applicant that has **not** been created, but you do not want this tag to be _uncategorized_, you can do so by doing `edit INDEX t/CATEGORY TAGNAME`. @@ -693,7 +693,7 @@ This is because, `create` only creates **new** categorized tags. It does **not**
-

Advanced

@@ -792,7 +792,7 @@ Format: `delete (t/TAGNAME... st/STATUS...)` * Delete parameters are case-insensitive i.e. doing `delete t/interN` is the same as `delete t/intern`
-

Advanced

@@ -878,7 +878,7 @@ Format: `search (n/NAME... st/STATUS... t/TAGNAME...)` * Search parameters are case-insensitive i.e. doing `search n/aLeX` is the same as `search n/alex`
-

Advanced

@@ -1173,7 +1173,7 @@ Format: `exit`
-

Advanced

@@ -1212,7 +1212,7 @@ You should ensure that you have **sufficient candidates of more than 20** with a
-

Advanced