Skip to content

Commit 5807a4e

Browse files
committed
Fix capitalizations.
1 parent 4dae143 commit 5807a4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SPEC.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ These are covered in detail below.
2727

2828
### Which files to analyze
2929

30-
`include_paths` in `/config.json` contains an Array of file paths and directory paths (relative to the `/code` directory) that defines the range of files that the engine can analyze. Directories will end with a trailing slash. For example:
30+
`include_paths` in `/config.json` contains an array of file paths and directory paths (relative to the `/code` directory) that defines the range of files that the engine can analyze. Directories will end with a trailing slash. For example:
3131

3232
```json
3333
{
@@ -39,9 +39,9 @@ These are covered in detail below.
3939
}
4040
```
4141

42-
`include_paths` may include paths to files that are irrelevant to the analysis (i.e., `.gitignore` if the engine analyzes Javascript). It is recommended that the engine filters out irrelevant files as opposed to passing them to the analysis library.
42+
`include_paths` may include paths to files that are irrelevant to the analysis (i.e., `.gitignore` if the engine analyzes JavaScript). It is recommended that the engine filters out irrelevant files as opposed to passing them to the analysis library.
4343

44-
`exclude_paths` is deprecated in favor of `include_paths`. `exclude_paths` is an Array of file paths (relative to the `/code` directory) that should be ignored for the purposes of analysis. No Issues should be emitted for excluded files.
44+
`exclude_paths` is deprecated in favor of `include_paths`. `exclude_paths` is an array of file paths (relative to the `/code` directory) that should be ignored for the purposes of analysis. No Issues should be emitted for excluded files.
4545

4646
## Output
4747

0 commit comments

Comments
 (0)