Skip to content

Commit

Permalink
Fixed typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Prakriti-nith committed Jul 12, 2018
1 parent 6d96906 commit 0cc2975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/daru/view/adapters/highcharts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def export_html_file(plot, path='./plot.html')
File.write(path, str)
end

# Expoting in web frameforks is completely offline. In IRuby notebook,
# Exporting in web frameworks is completely offline. In IRuby notebook,
# offline-export supports only the exporting to png, jpeg and svg format.
# Export to PDF is not working (not even through the exporting button in
# highchart). So, online exporting is done in IRuby notebook. There is a
Expand Down

0 comments on commit 0cc2975

Please sign in to comment.