From b5bb3ab3859d2b234e8058119d40357273261da4 Mon Sep 17 00:00:00 2001 From: Cecile Veneziani Date: Thu, 18 Feb 2016 16:03:32 +0100 Subject: [PATCH] Fix typo in description of media object components - Fix description of mediaobject-image-width-stacked variable --- scss/components/_media-object.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_media-object.scss b/scss/components/_media-object.scss index 0878e76aa..5665ff372 100644 --- a/scss/components/_media-object.scss +++ b/scss/components/_media-object.scss @@ -14,7 +14,7 @@ $mediaobject-margin-bottom: $global-margin !default; /// @type Number $mediaobject-section-padding: $global-padding !default; -/// With of images within a media object, when the object is stacked vertically. Set to 'auto' to use the image's natural width. +/// Width of images within a media object, when the object is stacked vertically. Set to 'auto' to use the image's natural width. /// @type Number $mediaobject-image-width-stacked: 100% !default; -- 2.47.2