fastlane/lib/fastlane/actions/docs/run_tests.md in fastlane-2.160.0 vs fastlane/lib/fastlane/actions/docs/run_tests.md in fastlane-2.161.0

- old
+ new

@@ -79,11 +79,11 @@ 📤 | The raw `xcodebuild` outputs are stored in `~/Library/Logs/scan` 💻 | Supports both iOS and Mac applications 👱 | Automatically switches to the [travis formatter](https://github.com/kattrali/xcpretty-travis-formatter) when running on Travis 📖 | Helps you resolve common test errors like simulator not responding -_scan_ uses a plain `xcodebuild` command, therefore keeping 100% compatible with `xcodebuild`. To generate the nice output, _scan_ uses [xcpretty](https://github.com/supermarin/xcpretty). You can alway access the raw output in `~/Library/Logs/scan`. +_scan_ uses a plain `xcodebuild` command, therefore keeping 100% compatible with `xcodebuild`. To generate the nice output, _scan_ uses [xcpretty](https://github.com/supermarin/xcpretty). You can always access the raw output in `~/Library/Logs/scan`. ![img/actions/scanScreenshot.png](/img/actions/scanScreenshot.png) ![img/actions/slack.png](/img/actions/slack.png) ![img/actions/scanHTML.png](/img/actions/scanHTML.png) ![img/actions/scanHTMLFailing.png](/img/actions/scanHTMLFailing.png) @@ -98,10 +98,10 @@ ```no-highlight fastlane scan --workspace "Example.xcworkspace" --scheme "AppName" --device "iPhone 6" --clean ``` -If you need to use a different xcode install, use `xcode-select` or define `DEVELOPER_DIR`: +If you need to use a different Xcode install, use `xcode-select` or define `DEVELOPER_DIR`: ```no-highlight DEVELOPER_DIR="/Applications/Xcode6.2.app" scan ```