We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abfea9 commit 559bac4Copy full SHA for 559bac4
src/Dash.jl
@@ -70,13 +70,13 @@ struct ComponentsInfo
70
version::VersionNumber
71
end
72
struct BuildInfo
73
- dash_vesion ::VersionNumber
+ dash_version ::VersionNumber
74
dash_renderer_version::VersionNumber
75
embedded_components::Vector{ComponentsInfo}
76
77
78
function Base.show(io::IO, ::MIME"text/plain", info::BuildInfo)
79
- println(io, "Based on python `dash` version: ", info.dash_vesion)
+ println(io, "Based on python `dash` version: ", info.dash_version)
80
println(io, "\t`dash_renderer` version: ", info.dash_renderer_version)
81
println(io, "Embedded components:")
82
for comp in info.embedded_components
0 commit comments