Skip to content

Commit

Permalink
Fixed typos in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Prakriti-nith committed Jul 12, 2018
1 parent 6d96906 commit 282be2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AllCops:
- 'daru-view.gemspec'
- '**/*.rake'
DisplayCopNames: true
TargetRubyVersion: 2.1
TargetRubyVersion: 2.2

# Preferred codebase style ---------------------------------------------
Layout/ExtraSpacing:
Expand Down
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 282be2d

Please sign in to comment.