Skip to content

Commit

Permalink
Fix typo: conatiner -> container - from @dbrgn
Browse files Browse the repository at this point in the history
  • Loading branch information
milesfrain committed Aug 30, 2019
1 parent dcd3a56 commit 59c0e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LineChart/Container.elm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import Svg
chartConfig : LineChart.Config Data Msg
chartConfig =
{ ...
, conatiner = Container.default
, container = Container.default
, ...
}
Expand Down

0 comments on commit 59c0e72

Please sign in to comment.