Skip to content

Commit 02f56e7

Browse files
authored
Merge pull request MicrosoftDocs#2594 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/powerapps-docs (branch live)
2 parents 6f118a8 + 9047cc1 commit 02f56e7

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

powerapps-docs/developer/component-framework/implementing-controls-using-typescript.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,8 @@ The following steps are required to build a linear slider code component:
2929

3030
To create a new project:
3131

32-
1. Open a **Developer Command Prompt for VS 2017** window.
33-
. Create a new folder for the project using the following command:
34-
```CLI
35-
mkdir LinearComponent
36-
```
37-
38-
Go into the component folder using the command `cd LinearComponent`.
39-
32+
1. Open a **Developer Command Prompt for VS 2017** window. Create a new folder for the project using `mkdir LinearComponent`. Change your current directory to the component folder directory using the command `cd LinearComponent`.
33+
4034
1. Create a new component project by passing basic parameters using the command.
4135

4236
```CLI

powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-WebApi/retrieveRecord.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ On success, returns a promise containing a JSON object with the retrieved attrib
8080

8181
### Basic retrieve
8282

83-
Retrieves the name and revenue of an account record wwith record ID = 5531d753-95af-e711-a94e-000d3a11e605.
83+
Retrieves the name and revenue of an account record with record ID = 5531d753-95af-e711-a94e-000d3a11e605.
8484

8585
```JavaScript
8686
Xrm.WebApi.retrieveRecord("account", "a8a19cdd-88df-e311-b8e5-6c3be5a8b200", "?$select=name,revenue").then(
28.2 KB
Loading

powerapps-docs/user/run-app-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To run a canvas app on a mobile device, tap the app tile. If someone else create
6161

6262
If this is the first time you're using Power Apps, a screen shows the swipe gesture to close the app.
6363

64-
![Launch app](./media/run-app-client/run-client-app.png)
64+
![Launch app](media/run_client.png)
6565

6666
## Give consent
6767
If an app requires a connection to a data source or permission to use the device's capabilities (such as the camera or ___location services), you must give consent before you can use the app. Typically, you're prompted only the first time.

0 commit comments

Comments
 (0)