diff --git a/CHANGES.md b/CHANGES.md index bfea6c4742..8413f79967 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,7 +22,7 @@ Build 🧱: - SDK is now API level 21 minimum, and so RiotX (#405) Other changes: - - + - Fix minor typo in contribution guide (#1512) Changes in RiotX 0.22.0 (2020-06-15) =================================================== diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c647a46da9..a2126f25d4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ To create a new screen: - Then right click on the package, and select `New/New Vector/RiotX Feature`. - Follow the Wizard, especially replace `Main` by something more relevant to your feature. - Click on `Finish`. -- Remainning steps are described as TODO in the generated files, or will be pointed out by the compilator, or at runtime :) +- Remaining steps are described as TODO in the generated files, or will be pointed out by the compilator, or at runtime :) Note that if the templates are modified, the only things to do is to restart Android Studio for the change to take effect.