Skip to content

Commit 6f9f09b

Browse files
Update README.md, cleanuo.
1 parent 7071f26 commit 6f9f09b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ JC may be available to work remotely and can be contacted at these links:
5555
* [Update the React Remote to Convert to a Web Component](#update-the-react-remote-to-convert-to-a-web-component)
5656
* [In the Angular Host, Add a Wrapper Component](#in-the-angular-host-add-a-wrapper-component)
5757
* [Add the Wrapper Component and the React Remote Component to the Host Routes](#add-the-wrapper-component-and-the-react-remote-component-to-the-host-routes)
58-
* [Add Jsx to the Host TsConfig](#add-jsx-to-the-host-tsconfig)
58+
* [Add Jsx to the Host Tsconfig](#add-jsx-to-the-host-tsconfig)
5959
* [Add the React Remote to the Host Manifest](#add-the-react-remote-to-the-host-manifest)
6060
* [Add the React Remote URL to the Host HTML](#add-the-react-remote-url-to-the-host-html)
6161
* [ReRun the Host Application To Verify the React Remote Application](#rerun-the-host-application-to-verify-the-react-remote-application)
@@ -472,7 +472,7 @@ Add a new route by adding the following code to the `app.routes.ts` file.
472472
* `elementName` is the name of the React Web Component, defined in the React remote app as a Web Component.
473473
* `loadChildren` is the dynamic module import.
474474

475-
### Add Jsx to the Host TsConfig
475+
### Add Jsx to the Host Tsconfig
476476

477477
Open the host tsconfig file.
478478

0 commit comments

Comments
 (0)