Skip to content

Commit

Permalink
Merge pull request #159 from AY2324S2-CS2103T-W10-4/dg-page-breaks
Browse files Browse the repository at this point in the history
Update UserGuide.md
  • Loading branch information
tohlh authored Apr 15, 2024
2 parents 96f1a26 + 62495be commit 13ede5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pageNav: 3

* [Generating email template: `mail`](#feature-mail)

* [Generating email template for telegram link: `mailtg`](#feature-mailtg)
* [Generating email template for Telegram link: `mailtg`](#feature-mailtg)

* [FAQ](#feature-faq)

Expand Down Expand Up @@ -295,7 +295,7 @@ Some example commands you can try:
* [`mail`](#feature-mail) : Generates a prefilled email template sent to emails of all students on the list.
* [`mailtg g/TUT01`](#feature-mailtg) : Generates a prefilled email template containing the telegram link for 'TUT01', with the recipient field prefilled with students of 'TUT01'.
* [`mailtg g/TUT01`](#feature-mailtg) : Generates a prefilled email template containing the Telegram link for 'TUT01', with the recipient field prefilled with students of 'TUT01'.
Refer to the [Command Notes and Features](#feature-features) below for details of each command.
Expand Down Expand Up @@ -432,7 +432,7 @@ Format: `edit INDEX [n/NAME] [p/PHONE_NUMBER] [e/EMAIL] [y/YEAR] [m/MAJOR] [tg/T
Examples:
* `edit 1 n/John e/john01@example.com` Edits the name of the first student to `John` and email to `john01@example.com` respectively.
* `edit 2 n/Betty tg/` Edits the name of the second student to be `Betty` and clears her telegram handle.
* `edit 2 n/Betty tg/` Edits the name of the second student to be `Betty` and clears her Telegram handle.
<div style="page-break-after: always;"></div>
Expand Down

0 comments on commit 13ede5a

Please sign in to comment.