Skip to content

Commit 73993f5

Browse files
committed
wip
1 parent b385d5c commit 73993f5

File tree

1 file changed

+1
-1
lines changed
  • src/content/reference/react-compiler

1 file changed

+1
-1
lines changed

src/content/reference/react-compiler/target.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ import { c as _c } from 'react-compiler-runtime';
117117
npm install react-compiler-runtime@latest
118118
```
119119

120-
3. target이 React 버전과 일치하는지 확인합니다.
120+
3. `target` React 버전과 일치하는지 확인합니다.
121121
```js
122122
{
123123
target: '18' // React 메이저 버전과 일치해야 합니다

0 commit comments

Comments
 (0)