From f3584f8af670ab6cfd7108619e68cffa9de78780 Mon Sep 17 00:00:00 2001 From: Hermes Date: Thu, 5 Dec 2024 10:14:55 -0500 Subject: [PATCH] Fix spelling mistake (#7836) spelling correction --- .../roadmaps/android/content/linear@U8iMGGOd2EgPxSuwSG39Z.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/android/content/linear@U8iMGGOd2EgPxSuwSG39Z.md b/src/data/roadmaps/android/content/linear@U8iMGGOd2EgPxSuwSG39Z.md index bf8f47f90..26aa8700f 100644 --- a/src/data/roadmaps/android/content/linear@U8iMGGOd2EgPxSuwSG39Z.md +++ b/src/data/roadmaps/android/content/linear@U8iMGGOd2EgPxSuwSG39Z.md @@ -1,6 +1,6 @@ # LinearLayout -**LinearLayout** is a view group that aligns all children in a single directioni, vertically or horizontally. You can specify the layout direction with the `android:orientation` attribute. +**LinearLayout** is a view group that aligns all children in a single direction, vertically or horizontally. You can specify the layout direction with the `android:orientation` attribute. **LinearLayout** was commonly used in earlier Android development, but with the introduction of ConstraintLayout, it’s less frequently used in modern apps.