Skip to content

Commit

Permalink
doc: unused array variable extension fixed in the config example (#672
Browse files Browse the repository at this point in the history
)
  • Loading branch information
alpha-og committed Jul 9, 2024
1 parent 7019fb7 commit 29d50d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export default function App() {
value="console.log('hello world!');"
height="200px"
theme={okaidia}
extensions={[javascript({ jsx: true })]}
extensions={extensions}
/>
);
}
Expand Down

0 comments on commit 29d50d1

Please sign in to comment.