Skip to content

Commit 1ad5808

Browse files
committed
docs: minor improvements
1 parent 76705ff commit 1ad5808

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

apps/website/content/docs/configuration/configure-language-config.tsx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ export function JSXConfigTypeTable() {
1010
type={{
1111
jsx: {
1212
type: "JSXTransform",
13-
description: <Link href="https://www.typescriptlang.org/tsconfig/#jsx">The JSX transform to use</Link>,
13+
description: (
14+
<Link href="https://www.typescriptlang.org/tsconfig/#jsx">
15+
The JSX transform to use ↗
16+
</Link>
17+
),
1418
default: '"react-jsx"',
1519
typeDescription: (
1620
<CodeBlock
@@ -31,7 +35,7 @@ export function JSXConfigTypeTable() {
3135
type: "string",
3236
description: (
3337
<Link href="https://www.typescriptlang.org/tsconfig/#jsxFactory">
34-
The factory function to use when creating JSX elements
38+
The factory function to use when creating JSX elements
3539
</Link>
3640
),
3741
default: '"React.createElement"',
@@ -40,7 +44,7 @@ export function JSXConfigTypeTable() {
4044
type: "string",
4145
description: (
4246
<Link href="https://www.typescriptlang.org/tsconfig/#jsxFragmentFactory">
43-
The factory function to use when creating JSX fragments
47+
The factory function to use when creating JSX fragments
4448
</Link>
4549
),
4650
default: '"React.Fragment"',
@@ -49,7 +53,7 @@ export function JSXConfigTypeTable() {
4953
type: "string",
5054
description: (
5155
<Link href="https://www.typescriptlang.org/tsconfig/#jsxImportSource">
52-
The source module to import JSX elements from
56+
The source module to import JSX elements from
5357
</Link>
5458
),
5559
default: '"react"',

0 commit comments

Comments
 (0)