We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f31ac7 commit 1053056Copy full SHA for 1053056
CONTRIBUTING.md
@@ -18,8 +18,8 @@ that also:
18
19
Introduce new API in minor versions, remove old APIs in major versions.
20
21
-For example, if the current version is 2.3 and we change `<Router/>`
22
-`<Rooter/>` the next release will be 2.4 that contains both APIs but
+For example, if the current version is 2.3 and we change `<Router/>` to
+`<Rooter/>`, the next release will be 2.4 that contains both APIs but using
23
`<Router/>` would log a warning to the console. When 3.0 is released,
24
`<Router/>` would be completely removed.
25
0 commit comments