Skip to content

Commit 19cbef2

Browse files
author
John Blundell
authored
Fix typo in docs (#1748)
1 parent c2cee25 commit 19cbef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/articles/configs/configoptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The config options let you customize some behavior of BenchmarkDotNet - mainly r
99
Available config options are:
1010

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

0 commit comments

Comments
 (0)