Skip to content

Commit

Permalink
Fix typo in docs (#1748)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Blundell authored Jul 28, 2021
1 parent c2cee25 commit 19cbef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/configs/configoptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The config options let you customize some behavior of BenchmarkDotNet - mainly r
Available config options are:

* `ConfigOptions.Default` - No configuration option is set - this is the default.
* `ConfigOptions.KeepBenchmarkFiles` - All auto-generated files should be kept after running the benchmarks (be default they are removed).
* `ConfigOptions.KeepBenchmarkFiles` - All auto-generated files should be kept after running the benchmarks (by default they are removed).
* `ConfigOptions.JoinSummary` - All benchmarks results should be joined into a single summary (by default we have a summary per type).
* `ConfigOptions.StopOnFirstError` - Benchmarking should be stopped after the first error (by default it's not).
* `ConfigOptions.DisableOptimizationsValidator` - Mandatory optimizations validator should be entirely turned off.
Expand Down

0 comments on commit 19cbef2

Please sign in to comment.