Skip to content

Commit 270e5f7

Browse files
committed
Typo
1 parent cbdbd9c commit 270e5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ A code component is defined by the information in the `ControlManifest.Input.xml
6464
6565
4. Save the changes to the `ControlManifest.Input.xml` file.
6666
5. Now, create a new folder inside the `TSLinearInputControl` folder and name it as **css**.
67-
6. Create a CSS file to [add styling to the code component](#adding-style-to-the-custom-component)
67+
6. Create a CSS file to [add styling to the code component](#adding-style-to-the-code-component)
6868
7. Build the component project using the command `npm run build`.
6969
8. The build generates an updated Typescript type declaration file under `TSLinearInputControl/generated folder`.
7070

0 commit comments

Comments
 (0)