Skip to content

Commit

Permalink
Fix typo: respectivily -> respectively - from @dbrgn
Browse files Browse the repository at this point in the history
  • Loading branch information
milesfrain committed Aug 30, 2019
1 parent 59c0e72 commit e0c7732
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/LineChart/Axis/Intersection.elm
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ atOrigin =
Intersection.atOrigin


{-| Sets the intersection to your chosen x and y respectivily.
{-| Sets the intersection to your chosen x and y respectively.
intersectionConfig : Intersection.Config
intersectionConfig =
Expand All @@ -76,7 +76,7 @@ at =


{-| Sets the intersection to your chosen x and y, given the range and domain
respectivily.
respectively.
intersectionConfig : Intersection.Config
intersectionConfig =
Expand Down
2 changes: 1 addition & 1 deletion src/LineChart/Axis/Line.elm
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ type alias Properties msg =
}


{-| Given your data range and axis range respectivily, define your own
{-| Given your data range and axis range respectively, define your own
axis line configuration.
axisLineConfig : AxisLine.Config msg
Expand Down
4 changes: 2 additions & 2 deletions src/LineChart/Axis/Range.elm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ default =


{-| Add a given amount of pixels to the minimum and maximum of your axis range,
respectivily.
respectively.
rangeConfig : Range.Config
rangeConfig =
Expand All @@ -88,7 +88,7 @@ padded =


{-| Straight up set your axis range by specifying the minimum and maximum,
respectivily.
respectively.
rangeConfig : Range.Config
rangeConfig =
Expand Down
2 changes: 1 addition & 1 deletion src/LineChart/Container.elm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ default =

{-| The default container configuration, but you decide the margins.
Pass the id and the top, right, bottom, and left margin respectivily.
Pass the id and the top, right, bottom, and left margin respectively.
customContainer : Container.Config msg
customContainer =
Expand Down
2 changes: 1 addition & 1 deletion src/LineChart/Grid.elm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ the position of the grid or remove it all together, alter your tick
configuration of your axis.
The path to the tick in the configuration does through the `x` or `y`
property for vertical and horizontal grids respectivily and then in the
property for vertical and horizontal grids respectively and then in the
`axis` property.
See `LineChart.Axis` -> `LineChart.Axis.Ticks` -> `LineChart.Axis.Tick`.
Expand Down

0 comments on commit e0c7732

Please sign in to comment.