Skip to content

Commit 846ba31

Browse files
arati-1harish-sethuraman
authored andcommitted
Update beta/src/content/apis/react/createFactory.md
Co-authored-by: Strek <[email protected]>
1 parent 5d392ab commit 846ba31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/content/apis/react/createFactory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: createFactory
66

77
`createFactory` lets you create a function that creates React element of a given `type`. The `type` argument can be either a tag name string (such as `div` or `span`), a React component type (a class or a function), or a React fragment type.
88

9-
You may typically invoke createFactory, if you are using [React without JSX.](https://beta.reactjs.org/learn/add-react-to-a-website#run-the-jsx-preprocessor)
9+
You may typically invoke createFactory, if you are using [React without JSX].(https://beta.reactjs.org/learn/add-react-to-a-website#run-the-jsx-preprocessor)
1010

1111
```js
1212
React.createFactory(type)

0 commit comments

Comments
 (0)