From edece08ad639e5ddf96e392a04b61cccb4f008e2 Mon Sep 17 00:00:00 2001 From: colin-marshall Date: Tue, 25 Aug 2015 21:25:15 -0600 Subject: [PATCH] fixed instances of 'the the' in comments --- compass-style.org/assets/javascripts/jquery.cookie.js | 2 +- core/stylesheets/compass/css3/_background-clip.scss | 2 +- core/stylesheets/compass/css3/_background-origin.scss | 2 +- core/stylesheets/compass/css3/_background-size.scss | 2 +- core/stylesheets/compass/css3/_border-radius.scss | 2 +- core/stylesheets/compass/css3/_hyphenation.scss | 2 +- core/stylesheets/compass/css3/_transform.scss | 2 +- core/stylesheets/compass/css3/_transition.scss | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/compass-style.org/assets/javascripts/jquery.cookie.js b/compass-style.org/assets/javascripts/jquery.cookie.js index 6df1faca25..e57065d59f 100644 --- a/compass-style.org/assets/javascripts/jquery.cookie.js +++ b/compass-style.org/assets/javascripts/jquery.cookie.js @@ -27,7 +27,7 @@ * @option Number|Date expires Either an integer specifying the expiration date from now on in days or a Date object. * If a negative value is specified (e.g. a date in the past), the cookie will be deleted. * If set to null or omitted, the cookie will be a session cookie and will not be retained - * when the the browser exits. + * when the browser exits. * @option String path The value of the path atribute of the cookie (default: path of page that created the cookie). * @option String domain The value of the domain attribute of the cookie (default: domain of page that created the cookie). * @option Boolean secure If true, the secure attribute of the cookie will be set and the cookie transmission will diff --git a/core/stylesheets/compass/css3/_background-clip.scss b/core/stylesheets/compass/css3/_background-clip.scss index 277ae9127a..7da7922e61 100644 --- a/core/stylesheets/compass/css3/_background-clip.scss +++ b/core/stylesheets/compass/css3/_background-clip.scss @@ -1,7 +1,7 @@ // Background Clip @import "compass/support"; -// The the user threshold for background-clip support. Defaults to `$critical-usage-threshold` +// The user threshold for background-clip support. Defaults to `$critical-usage-threshold` $background-clip-support-threshold: $critical-usage-threshold !default; // The default border-box model: [border-box | padding-box | content-box] diff --git a/core/stylesheets/compass/css3/_background-origin.scss b/core/stylesheets/compass/css3/_background-origin.scss index 6d1f26e24e..04aab7c4f2 100644 --- a/core/stylesheets/compass/css3/_background-origin.scss +++ b/core/stylesheets/compass/css3/_background-origin.scss @@ -1,7 +1,7 @@ // Background Origin @import "compass/support"; -// The the user threshold for background-origin support. Defaults to `$critical-usage-threshold` +// The user threshold for background-origin support. Defaults to `$critical-usage-threshold` $background-origin-threshold: $critical-usage-threshold !default; diff --git a/core/stylesheets/compass/css3/_background-size.scss b/core/stylesheets/compass/css3/_background-size.scss index b4dda517df..86a67b507b 100644 --- a/core/stylesheets/compass/css3/_background-size.scss +++ b/core/stylesheets/compass/css3/_background-size.scss @@ -1,7 +1,7 @@ // Background Size @import "compass/support"; -// The the user threshold for background-clip support. Defaults to `$critical-usage-threshold` +// The user threshold for background-clip support. Defaults to `$critical-usage-threshold` $background-size-threshold: $critical-usage-threshold !default; // override to change the default diff --git a/core/stylesheets/compass/css3/_border-radius.scss b/core/stylesheets/compass/css3/_border-radius.scss index da2ccbe30e..9325f37d5a 100644 --- a/core/stylesheets/compass/css3/_border-radius.scss +++ b/core/stylesheets/compass/css3/_border-radius.scss @@ -3,7 +3,7 @@ @import "compass/support"; -// The the user threshold for border-radius support. Defaults to `$graceful-usage-threshold` +// The user threshold for border-radius support. Defaults to `$graceful-usage-threshold` $border-radius-threshold: $graceful-usage-threshold !default; // The length of a border-radius to be used by default. diff --git a/core/stylesheets/compass/css3/_hyphenation.scss b/core/stylesheets/compass/css3/_hyphenation.scss index 18c05a8db9..7d1861cec0 100644 --- a/core/stylesheets/compass/css3/_hyphenation.scss +++ b/core/stylesheets/compass/css3/_hyphenation.scss @@ -2,7 +2,7 @@ @import "compass/support"; -// The the user threshold for hyphens support. +// The user threshold for hyphens support. // Defaults to `$graceful-usage-threshold`. $hyphens-support-threshold: $graceful-usage-threshold !default; diff --git a/core/stylesheets/compass/css3/_transform.scss b/core/stylesheets/compass/css3/_transform.scss index ec743bfca4..549acf949b 100644 --- a/core/stylesheets/compass/css3/_transform.scss +++ b/core/stylesheets/compass/css3/_transform.scss @@ -1,6 +1,6 @@ @import "compass/support"; -// The the user threshold for transform support. Defaults to `$graceful-usage-threshold` +// The user threshold for transform support. Defaults to `$graceful-usage-threshold` $transform-support-threshold: $graceful-usage-threshold !default; // @doc off diff --git a/core/stylesheets/compass/css3/_transition.scss b/core/stylesheets/compass/css3/_transition.scss index d0bf3c8302..e18b73d2c2 100644 --- a/core/stylesheets/compass/css3/_transition.scss +++ b/core/stylesheets/compass/css3/_transition.scss @@ -1,6 +1,6 @@ @import "compass/support"; -// The the user threshold for transition support. Defaults to `$graceful-usage-threshold` +// The user threshold for transition support. Defaults to `$graceful-usage-threshold` $transition-support-threshold: $graceful-usage-threshold !default;