@@ -615,7 +615,7 @@ catalogues all the available align elements.
615
615
616
616
image::/layout/halign.svg[alt="halign", width=345px, role=center]
617
617
618
- Aligns the an enclosed element (`subject`) in the x-axis.
618
+ Aligns the enclosed element (`subject`) in the x-axis.
619
619
620
620
==== Expression
621
621
@@ -654,7 +654,7 @@ horizontally to `X * align`.
654
654
655
655
image::/layout/align_left.svg[alt="align_left", width=250px, role=center]
656
656
657
- Left-aligns the an enclosed element (`subject`).
657
+ Left-aligns the enclosed element (`subject`).
658
658
659
659
==== Expression
660
660
@@ -682,7 +682,7 @@ align_left(subject)
682
682
683
683
image::/layout/align_center.svg[alt="align_center", width=250px, role=center]
684
684
685
- Center-aligns the an enclosed element (`subject`).
685
+ Center-aligns the enclosed element (`subject`).
686
686
687
687
==== Expression
688
688
@@ -710,7 +710,7 @@ align_center(subject)
710
710
711
711
image::/layout/align_right.svg[alt="align_right", width=250px, role=center]
712
712
713
- Right-aligns the an enclosed element (`subject`).
713
+ Right-aligns the enclosed element (`subject`).
714
714
715
715
==== Expression
716
716
@@ -738,7 +738,7 @@ align_right(subject)
738
738
739
739
image::/layout/valign.svg[alt="valign", width=163px, role=center]
740
740
741
- Aligns the an enclosed element (`subject`) in the y-axis.
741
+ Aligns the enclosed element (`subject`) in the y-axis.
742
742
743
743
==== Expression
744
744
@@ -777,7 +777,7 @@ to `Y * align`.
777
777
778
778
image::/layout/align_top.svg[alt="align_top", width=90px, role=center]
779
779
780
- Aligns the an enclosed element (`subject`) to the top.
780
+ Aligns the enclosed element (`subject`) to the top.
781
781
782
782
==== Expression
783
783
@@ -805,7 +805,7 @@ align_top(subject)
805
805
806
806
image::/layout/align_middle.svg[alt="align_middle", width=90px, role=center]
807
807
808
- Aligns the an enclosed element (`subject`) to the middle.
808
+ Aligns the enclosed element (`subject`) to the middle.
809
809
810
810
==== Expression
811
811
@@ -833,7 +833,7 @@ align_middle(subject)
833
833
834
834
image::/layout/align_bottom.svg[alt="align_bottom", width=90px, role=center]
835
835
836
- Aligns the an enclosed element (`subject`) to the bottom.
836
+ Aligns the enclosed element (`subject`) to the bottom.
837
837
838
838
==== Expression
839
839
@@ -861,7 +861,7 @@ align_bottom(subject)
861
861
862
862
image::/layout/align_left_top.svg[alt="align_left_top", width=240px, role=center]
863
863
864
- Aligns the an enclosed element (`subject`) to the left-top.
864
+ Aligns the enclosed element (`subject`) to the left-top.
865
865
866
866
==== Expression
867
867
@@ -889,7 +889,7 @@ align_left_top(subject)
889
889
890
890
image::/layout/align_center_top.svg[alt="align_center_top", width=240px, role=center]
891
891
892
- Aligns the an enclosed element (`subject`) to the center-top.
892
+ Aligns the enclosed element (`subject`) to the center-top.
893
893
894
894
==== Expression
895
895
@@ -917,7 +917,7 @@ align_center_top(subject)
917
917
918
918
image::/layout/align_right_top.svg[alt="align_right_top", width=240px, role=center]
919
919
920
- Aligns the an enclosed element (`subject`) to the right-top.
920
+ Aligns the enclosed element (`subject`) to the right-top.
921
921
922
922
==== Expression
923
923
@@ -945,7 +945,7 @@ align_right_top(subject)
945
945
946
946
image::/layout/align_left_middle.svg[alt="align_left_middle", width=240px, role=center]
947
947
948
- Aligns the an enclosed element (`subject`) to the left-middle.
948
+ Aligns the enclosed element (`subject`) to the left-middle.
949
949
950
950
==== Expression
951
951
@@ -973,7 +973,7 @@ align_left_middle(subject)
973
973
974
974
image::/layout/align_center_middle.svg[alt="align_center_middle", width=240px, role=center]
975
975
976
- Aligns the an enclosed element (`subject`) to the center-middle.
976
+ Aligns the enclosed element (`subject`) to the center-middle.
977
977
978
978
==== Expression
979
979
@@ -1001,7 +1001,7 @@ align_center_middle(subject)
1001
1001
1002
1002
image::/layout/align_right_middle.svg[alt="align_right_middle", width=240px, role=center]
1003
1003
1004
- Aligns the an enclosed element (`subject`) to the right-middle.
1004
+ Aligns the enclosed element (`subject`) to the right-middle.
1005
1005
1006
1006
==== Expression
1007
1007
@@ -1029,7 +1029,7 @@ align_right_middle(subject)
1029
1029
1030
1030
image::/layout/align_left_bottom.svg[alt="align_left_bottom", width=240px, role=center]
1031
1031
1032
- Aligns the an enclosed element (`subject`) to the left-bottom.
1032
+ Aligns the enclosed element (`subject`) to the left-bottom.
1033
1033
1034
1034
==== Expression
1035
1035
@@ -1057,7 +1057,7 @@ align_left_bottom(subject)
1057
1057
1058
1058
image::/layout/align_center_bottom.svg[alt="align_center_bottom", width=240px, role=center]
1059
1059
1060
- Aligns the an enclosed element (`subject`) to the center-bottom.
1060
+ Aligns the enclosed element (`subject`) to the center-bottom.
1061
1061
1062
1062
==== Expression
1063
1063
@@ -1085,7 +1085,7 @@ align_center_bottom(subject)
1085
1085
1086
1086
image::/layout/align_right_bottom.svg[alt="align_right_bottom", width=240px, role=center]
1087
1087
1088
- Aligns the an enclosed element (`subject`) to the right-bottom.
1088
+ Aligns the enclosed element (`subject`) to the right-bottom.
1089
1089
1090
1090
==== Expression
1091
1091
0 commit comments