Skip to content

Commit abcf413

Browse files
authored
Update mobile-deep-links.md
1 parent eb8832c commit abcf413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/mobile/mobile-deep-links.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If the link goes to an `entitylist` view, add the following parameters:
7373
| <app-id> | Opens the correct app module. |
7474
| <tenantId> | Connects to the correct tenant. |
7575
| restartApp=true | Restarts the canvas app, needed to ensure parameters are passed when the app is already open. |
76-
| autoLoginUpn=<e-mail> | Auto populates e-mail and triggers sign-in. |
76+
| autoLoginUpn=<e-mail> | Autopopulates e-mail and triggers sign-in. |
7777

7878
## Supported Urls parameters for a wrapped native mobile app
7979

@@ -84,7 +84,7 @@ If the link goes to an `entitylist` view, add the following parameters:
8484
| <app-id> | Opens the correct app module. |
8585
| <tenantId> | Connects to the correct tenant. |
8686
| restartApp=true | Restarts the canvas app to ensure parameters are passed when the app is already open. |
87-
| autoLoginUpn=<e-mail> | Auto populates e-mail and triggers sign-in. |
87+
| autoLoginUpn=<e-mail> | Autopopulates e-mail and triggers sign-in. |
8888

8989
## Troubleshooting
9090

0 commit comments

Comments
 (0)