Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed instances of 'the the' in comments #2012

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compass-style.org/assets/javascripts/jquery.cookie.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/stylesheets/compass/css3/_background-clip.scss
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion core/stylesheets/compass/css3/_background-origin.scss
Original file line number Diff line number Diff line change
@@ -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;


Expand Down
2 changes: 1 addition & 1 deletion core/stylesheets/compass/css3/_background-size.scss
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/stylesheets/compass/css3/_border-radius.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion core/stylesheets/compass/css3/_hyphenation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion core/stylesheets/compass/css3/_transform.scss
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/stylesheets/compass/css3/_transition.scss
Original file line number Diff line number Diff line change
@@ -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;


Expand Down