Skip to content

Commit 0c0c9c0

Browse files
authored
removed duplicated word (#449)
1 parent 3e04053 commit 0c0c9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/react/latest/components-and-props.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ var greeting = React.createElement(Playground$Greeting, tmp);
144144

145145
### Special Props `key` and `ref`
146146

147-
You can't define any props called `key` or `ref`. React treats those props differently and the compiler will will yield an error whenever you try to define a `~key` or `~ref` argument in your component function.
147+
You can't define any props called `key` or `ref`. React treats those props differently and the compiler will yield an error whenever you try to define a `~key` or `~ref` argument in your component function.
148148

149149
Check out the corresponding [Arrays and Keys](./arrays-and-keys) and [Forwarding React Refs](./forwarding-refs) sections for more details.
150150

0 commit comments

Comments
 (0)