From 2b4edc24240e676b36acacbc6691c275569dd45c Mon Sep 17 00:00:00 2001 From: jkinney629 Date: Thu, 8 Nov 2018 22:40:25 -0500 Subject: [PATCH] Fixed typo in layout.md Changed "veritcal" to "veritcal" --- controls/layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controls/layout.md b/controls/layout.md index 9a78989..227641b 100644 --- a/controls/layout.md +++ b/controls/layout.md @@ -39,7 +39,7 @@ Lock the orientation of the layout using ``portrait`` or ``landscape``. Set the scroll mode using ``none``, ``vertical``, ``horizontal``, and ``both``. ````xml - + ````