Skip to content

Commit 23d592e

Browse files
renamed
1 parent fc5d7c2 commit 23d592e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/web-components/web-components.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export class WebComponents {
2929
<div>
3030
<p>Below components in this page are rendering from <a href="https://www.npmjs.com/package/stenciljs-components" target="_blank"><strong>stenciljs-components npm package</strong></a></p>
3131
<p>Sandbox page of this component library:<a href="https://sanjeetkumaritoutlook.github.io/stenciljs-components/" target="_blank">Visit</a></p>
32-
<p>By Default,Stencil Web app creates three components:app-root-portfolio, app-home, app-profile with Routung from "stencil-router-v2" pre-installed </p>
33-
<p>To avoid conflict with npm package (stenciljs-components) which has similar naming components, renamed the component in this web app to app-home-page and app-profile-page respectively</p>
32+
<p>By Default,Stencil Web app creates three components:app-root, app-home, app-profile with Routung from "stencil-router-v2" pre-installed </p>
33+
<p>To avoid conflict with npm package (stenciljs-components) which has similar naming components, renamed the component in this web app to app-root-portfolio, app-home-page and app-profile-page respectively</p>
3434
<json-schema-form schema= {formSchema}></json-schema-form>
3535
</div>
3636
);

0 commit comments

Comments
 (0)