fastlane/lib/fastlane/runner.rb in fastlane-2.217.0 vs fastlane/lib/fastlane/runner.rb in fastlane-2.218.0
- old
+ new
@@ -122,10 +122,10 @@
nil
end
# This is being called from `method_missing` from the Fastfile
# It's also used when an action is called from another action
- # @param from_action Indicates if this action is being trigged by another action.
+ # @param from_action Indicates if this action is being triggered by another action.
# If so, it won't show up in summary.
def trigger_action_by_name(method_sym, custom_dir, from_action, *arguments)
# First, check if there is a predefined method in the actions folder
class_ref = class_reference_from_action_name(method_sym)
unless class_ref