Browse Source

Fix typo in Proposing a Change section in how-to-contribute.md (#8498)

* Fix typo in Proposing a Change section in how-to-contribute.md

Not sure if it was actually intended or was a typo but changed 'If you intend to change to the public API' --> 'If you intend to make a change to the public API'

* Simplify
main
Joel Sequeira 8 years ago
committed by Dan Abramov
parent
commit
b272da5d87
  1. 2
      contributing/how-to-contribute.md

2
contributing/how-to-contribute.md

@ -54,7 +54,7 @@ There is also [an active community of React users on the Discord chat platform](
### Proposing a Change
If you intend to change to the public API, or make any non-trivial changes to the implementation, we recommend [filing an issue](https://github.com/facebook/react/issues/new). This lets us reach an agreement on your proposal before you put significant effort into it.
If you intend to change the public API, or make any non-trivial changes to the implementation, we recommend [filing an issue](https://github.com/facebook/react/issues/new). This lets us reach an agreement on your proposal before you put significant effort into it.
If you're only fixing a bug, it's fine to submit a pull request right away but we still recommend to file an issue detailing what you're fixing. This is helpful in case we don't accept that specific fix but want to keep track of the issue.

Loading…
Cancel
Save