Skip to content

Commit

Permalink
docs: fix file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Netail authored Dec 20, 2024
1 parent 887d746 commit 9fcfa34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/04-community/01-contribution-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ When writing JavaScript code blocks, we use the following language and extension

| | Language | Extension |
| ------------------------------ | -------- | --------- |
| JavaScript files with JSX code | ```jsx | .js |
| JavaScript files with JSX code | ```jsx | .jsx |
| JavaScript files without JSX | ```js | .js |
| TypeScript files with JSX | ```tsx | .tsx |
| TypeScript files without JSX | ```ts | .ts |
Expand Down

0 comments on commit 9fcfa34

Please sign in to comment.