Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 2863daf

Browse files
hugihlynssoncristianoc
authored andcommitted
Fix typo
1 parent e3aaffd commit 2863daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/JSXV4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Introduction
22

33
JSX V4, supported in the compiler version introduces a new idiomatic record-based representation of components which is incompatible with V3. Because of this, either the entire project or dependencies need to be compiled in V4 mode, or some compatibility features need to be used to mix V3 and V4 in the same project.
4-
The V4 representation is part of the spec, so `@react.component` is effectively just an abbreviation for code that can be writtend by hand.
4+
The V4 representation is part of the spec, so `@react.component` is effectively just an abbreviation for code that can be written by hand.
55

66
## Turn On V4
77

0 commit comments

Comments
 (0)