From 282be2d42610e2691ebc610525de4d93d522440b Mon Sep 17 00:00:00 2001 From: Prakriti-nith Date: Fri, 13 Jul 2018 01:17:56 +0530 Subject: [PATCH] Fixed typos in comment --- .rubocop.yml | 2 +- lib/daru/view/adapters/highcharts.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index e2b9849..e4b6efa 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -17,7 +17,7 @@ AllCops: - 'daru-view.gemspec' - '**/*.rake' DisplayCopNames: true - TargetRubyVersion: 2.1 + TargetRubyVersion: 2.2 # Preferred codebase style --------------------------------------------- Layout/ExtraSpacing: diff --git a/lib/daru/view/adapters/highcharts.rb b/lib/daru/view/adapters/highcharts.rb index 07553d4..ae46a56 100644 --- a/lib/daru/view/adapters/highcharts.rb +++ b/lib/daru/view/adapters/highcharts.rb @@ -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