Skip to content

Commit 17408b2

Browse files
BrianODellkay-is
authored andcommitted
fixed typo (kay-is#18)
1 parent be640f4 commit 17408b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04-components.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h2 key="data">{data}</h2>
4949

5050
// Since React 16.2.0, we can use special "wrapper" components called fragments
5151
// 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
52+
// but remove the need to explicitly set keys (fragments do this under the hood) and commas
5353
function MyComponent() {
5454
var data = "world"
5555
return (

0 commit comments

Comments
 (0)