Change the spellings of Types/docs to American English.
This commit is contained in:
Utkarsh Upadhyay
2013-07-21 21:45:19 +02:00
parent 5e9e468202
commit fb2e396858
Vendored
+7 -7
View File
@@ -58,9 +58,9 @@ declare module D3 {
export interface Base extends Selectors {
/**
* Create a behaviour
* Create a behavior
*/
behavior: Behaviour.Behavior;
behavior: Behavior.Behavior;
/**
* Access the current user event for interaction
*/
@@ -167,7 +167,7 @@ declare module D3 {
/**
* Randomize the order of an array.
*
* @param arr Array to randomise
* @param arr Array to randomize
*/
shuffle<T>(arr: T[]): T[];
/**
@@ -344,15 +344,15 @@ declare module D3 {
*/
interpolateString: Transition.BaseInterpolate;
/*
* Interpolate two RGB colours
* Interpolate two RGB colors
*/
interpolateRgb: Transition.BaseInterpolate;
/*
* Interpolate two HSL colours
* Interpolate two HSL colors
*/
interpolateHsl: Transition.BaseInterpolate;
/*
* Interpolate two HCL colours
* Interpolate two HCL colors
*/
interpolateHcl: Transition.BaseInterpolate;
/*
@@ -1366,7 +1366,7 @@ declare module D3 {
}
}
// Colour
// Color
export module Color {
export interface Color {
/**