Skip to content

Commit f04f3a7

Browse files
authored
Merge pull request #1739 from MicrosoftDocs/pvayner-patch-1
Update import-custom-controls.md
2 parents 65bb672 + 318ba3b commit f04f3a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/component-framework/import-custom-controls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Follow the steps below to create and import a solution file:
2222
> The `publisherName` and `cutomizationPrefix` values must be unique to your environment.
2323
2424
2. Once the new solution project is created, you need to refer to the ___location where the created control is located. You can add the reference by using the command
25-
`pac solution add-reference --<path of your PowerApps component framework project on disk>`
25+
`pac solution add-reference --path <path of your PowerApps component framework project on disk>`
2626
3. To generate a zip file from your solution project, you will need to `cd` into your solution project directory and build the project using the command `msbuild/t:restore` and `msbuild`
2727

2828
> [!NOTE]
@@ -62,4 +62,4 @@ If you would like to remove a custom component from a solution, follow the steps
6262

6363
[Add Controls to entities or fields](add-custom-controls-to-a-field-or-entity.md)<br/>
6464
[PowerApps component framework API Reference](reference/index.md)<br/>
65-
[PowerApps component framework Overview](overview.md)
65+
[PowerApps component framework Overview](overview.md)

0 commit comments

Comments
 (0)