fastlane/lib/fastlane/actions/pod_lib_lint.rb in fastlane-2.26.0 vs fastlane/lib/fastlane/actions/pod_lib_lint.rb in fastlane-2.26.1

- old
+ new

@@ -48,11 +48,11 @@ FastlaneCore::ConfigItem.new(key: :use_bundle_exec, description: "Use bundle exec when there is a Gemfile presented", is_string: false, default_value: true), FastlaneCore::ConfigItem.new(key: :verbose, - description: "Allow ouput detail in console", + description: "Allow output detail in console", optional: true, is_string: false), FastlaneCore::ConfigItem.new(key: :allow_warnings, description: "Allow warnings during pod lint", optional: true, @@ -99,10 +99,10 @@ end def self.example_code [ 'pod_lib_lint', - '# Allow ouput detail in console + '# Allow output detail in console pod_lib_lint(verbose: true)', '# Allow warnings during pod lint pod_lib_lint(allow_warnings: true)', '# If the podspec has a dependency on another private pod, then you will have to supply the sources pod_lib_lint(sources: ["https://github.com/MyGithubPage/Specs", "https://github.com/CocoaPods/Specs"])'