forked from nus-cs2103-AY2324S2/tp
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #159 from AY2324S2-CS2103T-W10-4/dg-page-breaks
Update UserGuide.md
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
||
|
@@ -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. | ||
|
@@ -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/[email protected]` Edits the name of the first student to `John` and email to `[email protected]` 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> | ||
|