fastlane/lib/fastlane/actions/frame_screenshots.rb in fastlane-2.94.0.beta.20180425050017 vs fastlane/lib/fastlane/actions/frame_screenshots.rb in fastlane-2.94.0.beta.20180426050049
- old
+ new
@@ -18,11 +18,11 @@
"Adds device frames around all screenshots (via _frameit_)"
end
def self.details
[
- "Uses [frameit](https://docs.fastlane.tools/actions/frameit/) to prepare perfect screenshots for the App Store, your website, QA",
- "or emails. You can add background and titles to the framed screenshots as well."
+ "Uses [frameit](https://docs.fastlane.tools/actions/frameit/) to prepare perfect screenshots for the App Store, your website, QA or emails.",
+ "You can add background and titles to the framed screenshots as well."
].join("\n")
end
def self.available_options
require "frameit"