Skip to content

Commit 2096fd0

Browse files
committed
doc: fix typo
1 parent f79b137 commit 2096fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Also debugging why some specific version of decorators with some other unstable/
1313
react({
1414
useAtYourOwnRisk_mutateSwcOptions(options) {
1515
options.jsc.parser.decorators = true;
16-
options.jsAc.transform.decoratorVersion = "2022-03";
16+
options.jsc.transform.decoratorVersion = "2022-03";
1717
},
1818
});
1919
```

0 commit comments

Comments
 (0)