Skip to content

Commit 24f8a7a

Browse files
committed
Fix URI format
1 parent ee5124c commit 24f8a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uwp/launch-resume/launch-default-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Use the **mailto:** URI scheme to launch the default mail app.
141141
| URI Scheme |Results |
142142
|------------|--------|
143143
| `mailto:` | Launches the default email app. |
144-
| mailto:\[email address\] | Launches the email app and creates a new message with the specified email address on the To line. Note that the email is not sent until the user taps send. |
144+
| `mailto:\[email address\]` | Launches the email app and creates a new message with the specified email address on the To line. Note that the email is not sent until the user taps send. |
145145

146146
### HTTP URI scheme
147147

0 commit comments

Comments
 (0)