Skip to content

Commit fae894d

Browse files
authored
docs: Fix incorrect config sample (#2467)
1 parent 992501b commit fae894d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/pages/guides/jsx-pragma.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ babel plugin.
109109
```js
110110
// babel.config.js
111111
module.exports = {
112-
presets: [
112+
plugins: [
113113
[
114114
'@babel/plugin-transform-react-jsx',
115115
{

0 commit comments

Comments
 (0)