diff --git a/docs/best-practices/xcodebuild-formatters.md b/docs/best-practices/xcodebuild-formatters.md index 55f076f1d..1bf8ef8c0 100644 --- a/docs/best-practices/xcodebuild-formatters.md +++ b/docs/best-practices/xcodebuild-formatters.md @@ -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(