From: Nicolas Coden Date: Tue, 20 Dec 2016 21:53:51 +0000 (+0100) Subject: Fix doc typo X-Git-Tag: v6.3.1-rc1~14^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de052d340d715e3b20bd4f711a99d07d2d47b72c;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix doc typo --- diff --git a/scss/util/_direction.scss b/scss/util/_direction.scss index c99650631..eb600f0fd 100644 --- a/scss/util/_direction.scss +++ b/scss/util/_direction.scss @@ -6,7 +6,7 @@ /// @group functions //// -/// Return the opposite direction of $dir +/// Returns the opposite direction of $dir /// /// @param {Keyword} $dir - Used direction between "top", "right", "bottom" and "left". /// @return {Keyword} Opposite direction of $dir