Typos in documentation and comments (#71)

This commit is contained in:
Lukas Klingsbo
2019-04-04 16:57:38 +00:00
committed by Erick
parent fe0f1e0391
commit 580ccdecfc
13 changed files with 29 additions and 29 deletions

View File

@ -28,7 +28,7 @@ class Util {
return SystemChrome.setPreferredOrientations([orientation]);
}
/// Waits for the initial screen dimensions to be avaliable.
/// Waits for the initial screen dimensions to be available.
///
/// Because of flutter's issue #5259, when the app starts the size might be 0x0.
/// This waits for the information to be properly updated.