From 38df69abec71b3dd34afd57315a3ade4cc7b3cf4 Mon Sep 17 00:00:00 2001 From: David Niciforovic Date: Sun, 13 May 2018 07:04:15 -0400 Subject: [PATCH] docs: spelling corrections --- scss/typography/_base.scss | 2 +- scss/typography/_helpers.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/typography/_base.scss b/scss/typography/_base.scss index ddcdf7004..8ea58c9df 100644 --- a/scss/typography/_base.scss +++ b/scss/typography/_base.scss @@ -432,7 +432,7 @@ $abbr-underline: 1px dotted $black !default; // Inline Citations @if ($enable-cite-block == true) { cite { - // Extending a class is not recommanded. + // Extending a class is not recommended. // TODO: Break the typography-base/typography-helpers separation @extend .cite-block; } diff --git a/scss/typography/_helpers.scss b/scss/typography/_helpers.scss index ce26b10b5..b2c8dd4e9 100644 --- a/scss/typography/_helpers.scss +++ b/scss/typography/_helpers.scss @@ -26,7 +26,7 @@ $subheader-color: $dark-gray !default; /// @type String $subheader-font-weight: $global-weight-normal !default; -/// Default top margin for subhheaders. +/// Default top margin for subheaders. /// @type Number $subheader-margin-top: 0.2rem !default; -- 2.47.2