Skip to content

Commit 559bac4

Browse files
committed
fix
1 parent 3abfea9 commit 559bac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Dash.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ struct ComponentsInfo
7070
version::VersionNumber
7171
end
7272
struct BuildInfo
73-
dash_vesion ::VersionNumber
73+
dash_version ::VersionNumber
7474
dash_renderer_version::VersionNumber
7575
embedded_components::Vector{ComponentsInfo}
7676
end
7777

7878
function Base.show(io::IO, ::MIME"text/plain", info::BuildInfo)
79-
println(io, "Based on python `dash` version: ", info.dash_vesion)
79+
println(io, "Based on python `dash` version: ", info.dash_version)
8080
println(io, "\t`dash_renderer` version: ", info.dash_renderer_version)
8181
println(io, "Embedded components:")
8282
for comp in info.embedded_components

0 commit comments

Comments
 (0)