Skip to content

Commit e2ee6b9

Browse files
tylermcginnisalexkrolick
authored andcommitted
Remove the word "simple" (reactjs#1257)
I'm going to be that guy...
1 parent 2ff1f9f commit e2ee6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/render-props.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Render Props
44
permalink: docs/render-props.html
55
---
66

7-
The term ["render prop"](https://cdb.reacttraining.com/use-a-render-prop-50de598f11ce) refers to a simple technique for sharing code between React components using a prop whose value is a function.
7+
The term ["render prop"](https://cdb.reacttraining.com/use-a-render-prop-50de598f11ce) refers to a technique for sharing code between React components using a prop whose value is a function.
88

99
A component with a render prop takes a function that returns a React element and calls it instead of implementing its own render logic.
1010

0 commit comments

Comments
 (0)