Skip to content

Commit d9dbec0

Browse files
committed
Typo fix
1 parent cba0b28 commit d9dbec0

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/modules/ROOT/pages/layout.adoc

+17-17
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ catalogues all the available align elements.
615615

616616
image::/layout/halign.svg[alt="halign", width=345px, role=center]
617617

618-
Aligns the an enclosed element (`subject`) in the x-axis.
618+
Aligns the enclosed element (`subject`) in the x-axis.
619619

620620
==== Expression
621621

@@ -654,7 +654,7 @@ horizontally to `X * align`.
654654

655655
image::/layout/align_left.svg[alt="align_left", width=250px, role=center]
656656

657-
Left-aligns the an enclosed element (`subject`).
657+
Left-aligns the enclosed element (`subject`).
658658

659659
==== Expression
660660

@@ -682,7 +682,7 @@ align_left(subject)
682682

683683
image::/layout/align_center.svg[alt="align_center", width=250px, role=center]
684684

685-
Center-aligns the an enclosed element (`subject`).
685+
Center-aligns the enclosed element (`subject`).
686686

687687
==== Expression
688688

@@ -710,7 +710,7 @@ align_center(subject)
710710

711711
image::/layout/align_right.svg[alt="align_right", width=250px, role=center]
712712

713-
Right-aligns the an enclosed element (`subject`).
713+
Right-aligns the enclosed element (`subject`).
714714

715715
==== Expression
716716

@@ -738,7 +738,7 @@ align_right(subject)
738738

739739
image::/layout/valign.svg[alt="valign", width=163px, role=center]
740740

741-
Aligns the an enclosed element (`subject`) in the y-axis.
741+
Aligns the enclosed element (`subject`) in the y-axis.
742742

743743
==== Expression
744744

@@ -777,7 +777,7 @@ to `Y * align`.
777777

778778
image::/layout/align_top.svg[alt="align_top", width=90px, role=center]
779779

780-
Aligns the an enclosed element (`subject`) to the top.
780+
Aligns the enclosed element (`subject`) to the top.
781781

782782
==== Expression
783783

@@ -805,7 +805,7 @@ align_top(subject)
805805

806806
image::/layout/align_middle.svg[alt="align_middle", width=90px, role=center]
807807

808-
Aligns the an enclosed element (`subject`) to the middle.
808+
Aligns the enclosed element (`subject`) to the middle.
809809

810810
==== Expression
811811

@@ -833,7 +833,7 @@ align_middle(subject)
833833

834834
image::/layout/align_bottom.svg[alt="align_bottom", width=90px, role=center]
835835

836-
Aligns the an enclosed element (`subject`) to the bottom.
836+
Aligns the enclosed element (`subject`) to the bottom.
837837

838838
==== Expression
839839

@@ -861,7 +861,7 @@ align_bottom(subject)
861861

862862
image::/layout/align_left_top.svg[alt="align_left_top", width=240px, role=center]
863863

864-
Aligns the an enclosed element (`subject`) to the left-top.
864+
Aligns the enclosed element (`subject`) to the left-top.
865865

866866
==== Expression
867867

@@ -889,7 +889,7 @@ align_left_top(subject)
889889

890890
image::/layout/align_center_top.svg[alt="align_center_top", width=240px, role=center]
891891

892-
Aligns the an enclosed element (`subject`) to the center-top.
892+
Aligns the enclosed element (`subject`) to the center-top.
893893

894894
==== Expression
895895

@@ -917,7 +917,7 @@ align_center_top(subject)
917917

918918
image::/layout/align_right_top.svg[alt="align_right_top", width=240px, role=center]
919919

920-
Aligns the an enclosed element (`subject`) to the right-top.
920+
Aligns the enclosed element (`subject`) to the right-top.
921921

922922
==== Expression
923923

@@ -945,7 +945,7 @@ align_right_top(subject)
945945

946946
image::/layout/align_left_middle.svg[alt="align_left_middle", width=240px, role=center]
947947

948-
Aligns the an enclosed element (`subject`) to the left-middle.
948+
Aligns the enclosed element (`subject`) to the left-middle.
949949

950950
==== Expression
951951

@@ -973,7 +973,7 @@ align_left_middle(subject)
973973

974974
image::/layout/align_center_middle.svg[alt="align_center_middle", width=240px, role=center]
975975

976-
Aligns the an enclosed element (`subject`) to the center-middle.
976+
Aligns the enclosed element (`subject`) to the center-middle.
977977

978978
==== Expression
979979

@@ -1001,7 +1001,7 @@ align_center_middle(subject)
10011001

10021002
image::/layout/align_right_middle.svg[alt="align_right_middle", width=240px, role=center]
10031003

1004-
Aligns the an enclosed element (`subject`) to the right-middle.
1004+
Aligns the enclosed element (`subject`) to the right-middle.
10051005

10061006
==== Expression
10071007

@@ -1029,7 +1029,7 @@ align_right_middle(subject)
10291029

10301030
image::/layout/align_left_bottom.svg[alt="align_left_bottom", width=240px, role=center]
10311031

1032-
Aligns the an enclosed element (`subject`) to the left-bottom.
1032+
Aligns the enclosed element (`subject`) to the left-bottom.
10331033

10341034
==== Expression
10351035

@@ -1057,7 +1057,7 @@ align_left_bottom(subject)
10571057

10581058
image::/layout/align_center_bottom.svg[alt="align_center_bottom", width=240px, role=center]
10591059

1060-
Aligns the an enclosed element (`subject`) to the center-bottom.
1060+
Aligns the enclosed element (`subject`) to the center-bottom.
10611061

10621062
==== Expression
10631063

@@ -1085,7 +1085,7 @@ align_center_bottom(subject)
10851085

10861086
image::/layout/align_right_bottom.svg[alt="align_right_bottom", width=240px, role=center]
10871087

1088-
Aligns the an enclosed element (`subject`) to the right-bottom.
1088+
Aligns the enclosed element (`subject`) to the right-bottom.
10891089

10901090
==== Expression
10911091

0 commit comments

Comments
 (0)