Skip to content

Commit 413cfd6

Browse files
authored
Update create-custom-controls-using-pcf.md
1 parent 18f6d74 commit 413cfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/component-framework/create-custom-controls-using-pcf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To get started, open a new Developer Command Prompt for VS 2017 after installing
5959
> Today we offer two types of components **field** and **dataset**.
6060
6161
4. To retrieve all the required project dependencies, run the command `npm install`.
62-
5. Open your project folder (`C:\Users\<your name>\Documents\My_PCF_Control\<component name>`) in any developer environment of your choice and get started with your custom component development. If you would like a to follow a step-by-step tutorial, see [Implementing components in TypeScript](implementing-controls-using-typescript.md).
62+
5. Open your project folder (`C:\Users\<your name>\Documents\My_PCF_Control\<component name>`) in any developer environment of your choice and get started with your custom component development. If you would like to follow a step-by-step tutorial, see [Implementing components in TypeScript](implementing-controls-using-typescript.md).
6363

6464
## Building your components
6565

0 commit comments

Comments
 (0)