Skip to content

Commit 640ac13

Browse files
authored
No "just"
1 parent f285d00 commit 640ac13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference-react-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ redirect_from:
1919

2020
## Overview
2121

22-
React provides two ways to define components. For very simple components that just render something based on their props, you can use a function:
22+
React provides two ways to define components. For very simple components that render something based on their props and don't do anything else, you can use a function:
2323

2424
```js
2525
function Welcome(props) {

0 commit comments

Comments
 (0)