Fix minor typo.

+ Fix spelling of "remaining".
This commit is contained in:
Tobias Preuss 2020-06-20 20:09:45 +02:00
parent 55b61775e8
commit 85fcc2eab7
2 changed files with 2 additions and 2 deletions

View File

@ -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)
===================================================

View File

@ -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.