diff --git a/src/backends.jl b/src/backends.jl index 8bca78fef..6b803858b 100644 --- a/src/backends.jl +++ b/src/backends.jl @@ -593,7 +593,7 @@ function _initialize_backend(pkg::PlotlyBackend) _runtime_init(pkg) catch err if err isa ArgumentError - @warn "Failed to load integration with PlotlyBase & PlotlyKaleide." exception = + @warn "Failed to load integration with PlotlyBase & PlotlyKaleido." exception = (err, catch_backtrace()) else rethrow(err)