Sebastian Göls 6 years ago
parent
commit
866411ce39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -67,7 +67,7 @@ class Demo {
 
 	    // By using Dim.Fill(), it will automatically resize without manual intervention
 	    Width = Dim.Fill (),
-	    Heigh = Dim.Fill ()
+	    Height = Dim.Fill ()
 	};
         top.Add (win);