Skip to content

Commit

Permalink
docs(example): make HTML tags into the correct format (#6163)
Browse files Browse the repository at this point in the history
  • Loading branch information
那里好脏不可以 authored May 24, 2022
1 parent f6660d9 commit efd234e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/module-federation/app1/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<title>App 1</title>
</head>
<body>
<div id="root"/>
<div id="root"></div>
</body>
</html>
2 changes: 1 addition & 1 deletion examples/module-federation/app2/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<title>App 2</title>
</head>
<body>
<div id="root"/>
<div id="root"></div>
</body>
</html>

1 comment on commit efd234e

@vercel
Copy link

@vercel vercel bot commented on efd234e May 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.