Skip to content

Commit 30bfd5b

Browse files
committed
fix minor typo in Rakefile
1 parent e09e5ae commit 30bfd5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RSpec::Core::RakeTask.new(:test) do |t|
3737
t.rspec_opts = '--format documentation'
3838
end
3939

40-
desc 'valiate all the examples (comprehensive of tests)'
40+
desc 'validate all the examples (comprehensive set of tests)'
4141
RSpec::Core::RakeTask.new(:regression) do |t|
4242
t.pattern = Dir.glob('spec/serpapi/client/example/*_spec.rb')
4343
t.rspec_opts = '--format documentation'
@@ -68,7 +68,7 @@ task :build do
6868
sh 'gem build serpapi'
6969
end
7070

71-
desc 'install serpapi library from the .gem'
71+
desc 'install serpapi library locally from the .gem'
7272
task :install do
7373
sh "gem install ./serpapi-#{SerpApi::VERSION}.gem"
7474
end

0 commit comments

Comments
 (0)