From d544647b1b164959b6b77486f005c6e256c963a7 Mon Sep 17 00:00:00 2001 From: Asim H Dar <31346583+AsimHDar@users.noreply.github.com> Date: Wed, 12 May 2021 18:36:14 +0200 Subject: [PATCH] Update plotly.jl (#3491) 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