From 178c0afa63c4ff6690528be15ac9c06160668d9b Mon Sep 17 00:00:00 2001 From: Asim H Dar <31346583+AsimHDar@users.noreply.github.com> Date: Wed, 12 May 2021 15:33:42 +0200 Subject: [PATCH] Update plotly.jl Tiny typo --- src/backends/plotly.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backends/plotly.jl b/src/backends/plotly.jl index f7402473..a5381ee9 100644 --- a/src/backends/plotly.jl +++ b/src/backends/plotly.jl @@ -7,7 +7,7 @@ function _plotly_framestyle(style::Symbol) return style else default_style = get((semi = :box, origin = :zerolines), style, :axes) - @warn("Framestyle :$style is not supported by Plotly and PlotlyJS. :$default_style was cosen instead.") + @warn("Framestyle :$style is not supported by Plotly and PlotlyJS. :$default_style was chosen instead.") default_style end end