We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be640f4 commit 17408b2Copy full SHA for 17408b2
04-components.html
@@ -49,7 +49,7 @@ <h2 key="data">{data}</h2>
49
50
// Since React 16.2.0, we can use special "wrapper" components called fragments
51
// that behave the same (no extra wrapper element created)
52
-// but remove the need to explitly set keys (fragments do this under the hood) and commas
+// but remove the need to explicitly set keys (fragments do this under the hood) and commas
53
function MyComponent() {
54
var data = "world"
55
return (
0 commit comments