From 771e8a019b6e34a055a824c5a0a1271867693e0f Mon Sep 17 00:00:00 2001 From: Robert Samu <30748230+robertsamu@users.noreply.github.com> Date: Wed, 21 Nov 2018 07:02:11 +0200 Subject: [PATCH] Fixed mistyped words (#25385) --- guide/english/css/vertical-align/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/vertical-align/index.md b/guide/english/css/vertical-align/index.md index 9ce647d4210..a5410cea744 100644 --- a/guide/english/css/vertical-align/index.md +++ b/guide/english/css/vertical-align/index.md @@ -13,7 +13,7 @@ img { ``` These are the valid values for ```vertical-align```: * ```baseline``` - This is the default value. It aligns the element to the baseline of the parent element -* ```length``` - This alligns the baseline of this element at a given length above or below the baseline of the parent. You can use pixals, em, %, etc. +* ```length``` - This aligns the baseline of this element at a given length above or below the baseline of the parent. You can use pixels, em, %, etc. * ```sub``` - This aligns the element as if it were the subscript of the parent element * ```super``` - This aligns the element as if it were the superscript of the parent element * ```top``` - This aligns the element so that the top of this element is in align with the top of the tallest element on the line