Skip to content

Commit f6a53a7

Browse files
authored
Fixed typos with decreasing (#429)
1 parent 0ea7d3e commit f6a53a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/finance-charts/candlestick.fsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ candles1 |> GenericChart.toChartHTML
8787
(***include-it-raw***)
8888

8989
(**
90-
## Changing the increasing/decresing colors
90+
## Changing the increasing/decreasing colors
9191
*)
9292

9393
let candles2 =

docs/finance-charts/ohlc.fsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ ohlc1 |> GenericChart.toChartHTML
8181
(***include-it-raw***)
8282

8383
(**
84-
## Changing the increasing/decresing colors
84+
## Changing the increasing/decreasing colors
8585
*)
8686

8787
let ohlc2 =

0 commit comments

Comments
 (0)