lib/snapshot/setup.rb in snapshot-1.0.2 vs lib/snapshot/setup.rb in snapshot-1.0.3
- old
+ new
@@ -23,10 +23,10 @@
puts ""
puts " let app = XCUIApplication()"
puts " setLanguage(app)"
puts " app.launch()"
puts ""
- puts "3) Add `snapshot(\"0Launch\")` to wherever you want to create the screenhsots".yellow
+ puts "3) Add `snapshot(\"0Launch\")` to wherever you want to create the screenshots".yellow
puts ""
puts "More information on GitHub: https://github.com/krausefx/snapshot".green
end
end
end