From: Cecile Veneziani Date: Thu, 18 Feb 2016 15:03:32 +0000 (+0100) Subject: Fix typo in description of media object components X-Git-Tag: v6.2.0~1^2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8194%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix typo in description of media object components - Fix description of mediaobject-image-width-stacked variable --- 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;