fastlane/lib/fastlane/fast_file.rb in fastlane-2.26.0.beta.20170405010026 vs fastlane/lib/fastlane/fast_file.rb in fastlane-2.26.0.beta.20170406010019
- old
+ new
@@ -134,10 +134,10 @@
# Is executed before each lane
def after_each(&block)
@runner.set_after_each(@current_platform, block)
end
- # Is executed if an error occured during fastlane execution
+ # Is executed if an error occurred during fastlane execution
def error(&block)
@runner.set_error(@current_platform, block)
end
# Is used to look if the method is implemented as an action