Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 31, 2021
1 parent eac7c9f commit 6ff08b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/lookup.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { CONFIG_PLUGIN_TYPE } from './plugin/types.js'
// - A `benchmark` directory: for grouping benchmark-related files.
// - Any other directory: for on-the-fly benchmarking, or for
// global/shared configuration.
// The reasons for that logic are:
// The reasons for that logic is that it:
// - Ensures the same default value behavior and directories between different
// configuration properties
// - Avoids typing during on-the-fly benchmarking by allowing files to be in
Expand All @@ -28,7 +28,7 @@ import { CONFIG_PLUGIN_TYPE } from './plugin/types.js'
// - Works with multiple config files (thanks to concatenating `tasks` to an
// array)
// - Works with multiple runners
// - Extensible to other future file configuration properties
// - Is extensible to other future file configuration properties
// For `config`:
// - We only allow this for the top-level flags not inside configuration files
// to keep those self-contained.
Expand Down

0 comments on commit 6ff08b6

Please sign in to comment.