Skip to content

Commit 6de8564

Browse files
committed
Fix typo
1 parent 14672c2 commit 6de8564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plotly.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function Requests.post(p::Plot; kwargs...)
6969
end
7070
end
7171

72-
function Reqeusts.post(l::AbstractLayout, meta_opts=Dict(); meta_kwargs...)
72+
function Requests.post(l::AbstractLayout, meta_opts=Dict(); meta_kwargs...)
7373
creds = get_credentials()
7474
endpoint = get_plot_endpoint()
7575

0 commit comments

Comments
 (0)