From 8520ebf8f147094c40638d41de1d7e1ee94298a3 Mon Sep 17 00:00:00 2001 From: Darren Tan <> Date: Mon, 13 Nov 2023 21:28:46 +0800 Subject: [PATCH] Fix bullet points in UG --- docs/UserGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 3734082f41f..76d801c4581 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -456,9 +456,9 @@ WellNUS data is saved in the hard disk automatically after any command that chan WellNUS data is saved automatically as a JSON file `[JAR file location]/data/addressbook.json`. Advanced users are welcome to update data directly by editing that data file
:exclamation: **Caution:** -If your changes to the data file makes its format invalid, WellNUS will discard all data and start with an empty data file at the next run. Hence, it is recommended to take a backup of the file before editing it. +If your changes to the data file makes its format invalid, WellNUS will discard all data and start with an empty data file at the next run. Hence, it is recommended to take a backup of the file before editing it.
-The following scenarios will render the data file invalid: +The following scenarios will render the data file invalid:
* File contains invalid or missing parameters, see `Parameter Constraints` under the [Command Format](#13-about-the-command-format) section