Skip to content

Commit

Permalink
Fix link (#22296)
Browse files Browse the repository at this point in the history
Fix link (branch master was renamed to main): 

master -> main
  • Loading branch information
KonstHardy committed Sep 12, 2021
1 parent e73911e commit 86c7ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @flow
*/

// Keep in sync with https://github.com/facebook/flow/blob/master/lib/react.js
// Keep in sync with https://github.com/facebook/flow/blob/main/lib/react.js
export type StatelessFunctionalComponent<
P,
> = React$StatelessFunctionalComponent<P>;
Expand Down

0 comments on commit 86c7ca7

Please sign in to comment.