Closed artikgupta closed 4 years ago
Context
In the mini6.md file there is a <HelloWorld> tag that wasn't in backticks and was throwing a warning (in the dev console) when I ran yarn dev.
mini6.md
<HelloWorld>
yarn dev
Expected Behavior
The site should run without warnings.
Acceptance criteria The <Hello World> should be written within backticks.
<Hello World>
Steps to recreate the issue (for bugs)
If the issue is a bug, please describe the steps needed to reproduce it. (Remove this part of the template is this issue is not a bug)
Screenshots
If you have screenshots, please include them here.
Additional information
Here, you can provide any additional information or documentation you have.
Context
In the
mini6.md
file there is a<HelloWorld>
tag that wasn't in backticks and was throwing a warning (in the dev console) when I ranyarn dev
.Expected Behavior
The site should run without warnings.
Acceptance criteria The
<Hello World>
should be written within backticks.Steps to recreate the issue (for bugs)
If the issue is a bug, please describe the steps needed to reproduce it. (Remove this part of the template is this issue is not a bug)
yarn dev
<Hello World>
tag.Screenshots
If you have screenshots, please include them here.
Additional information
Here, you can provide any additional information or documentation you have.