Skip to content

Commit

Permalink
Swap single-quotes with backticks, add missing backtick, remove doubl…
Browse files Browse the repository at this point in the history
…e spacings.
  • Loading branch information
rogerluan authored Oct 26, 2023
1 parent d7968c5 commit 5da90a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/best-practices/xcodebuild-formatters.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ There are two main formatters the community is using. These are:

As of _fastlane_ 2.201.0, `scan`, `gym`, and `snapshot` all offer a new `xcodebuild_formatter` option.

This option will default to 'xcbeautify' if it's installed; otherwise, it will fallback to 'xcpretty'. However, _scan_, _gym_, and _snapshot_ will end up using xcpretty if any options are set that customize it with 'xcpretty' (e.g., xcpretty_args`).
This option will default to `xcbeautify` if it's installed; otherwise, it will fallback to `xcpretty`. However, _scan_, _gym_, and _snapshot_ will end up using `xcpretty` if any options are set that customize it with `xcpretty` (e.g., `xcpretty_args`).

```ruby
scan(
Expand Down

0 comments on commit 5da90a0

Please sign in to comment.