diff --git a/docs/UserGuide.md b/docs/UserGuide.md
index 621d6eb0c9b..30214d51c80 100644
--- a/docs/UserGuide.md
+++ b/docs/UserGuide.md
@@ -49,7 +49,7 @@ Here are some descriptions of the words we use throughout the User Guide:
Extraneous parameters for commands that do not take in parameters (such as help, exit and clear) will be ignored.
-e.g. if the command specifies `exit 2`, it will be interpreted as the `exit` command.
+e.g. if the command specifies exit 2
, it will be interpreted as the exit
command.
### Add lead
@@ -453,9 +453,9 @@ Example: find alice bob charlie``
- - The search is case-insensitive. e.g `John` will match `john`.
- - Only full words will be matched e.g. `John` will not match `Johns`.
- - Persons matching at least one keyword will be returned (i.e. OR search). e.g. `find john david` will return `John Doe`, `David Li`.
+ - The search is case-insensitive. e.g
John
will match john
.
+ - Only full words will be matched e.g.
John
will not match Johns
.
+ - Persons matching at least one keyword will be returned (i.e. OR search). e.g.
find john david
will return John Doe, David Li
.