Skip to content

Commit

Permalink
Fix typo in readme and gh-pages #3316
Browse files Browse the repository at this point in the history
  • Loading branch information
Nereboss committed Nov 21, 2023
1 parent 903e97c commit f57d247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analysis/parser/RawTextParser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ccsh rawtextparser foo/bar/project
```

```
ccsh rawtextparser foo.txt --max-indentation-level=6 tabWidth=4 --metrics=IndentationLevel
ccsh rawtextparser foo.txt --max-indentation-level=6 tab-width=4 --metrics=IndentationLevel
```

```
Expand Down
2 changes: 1 addition & 1 deletion gh-pages/_docs/04-03-rawtextparser.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ccsh rawtextparser foo/bar/project
```

```
ccsh rawtextparser foo.txt --max-indentation-level=6 tabWidth=4 --metrics=IndentationLevel
ccsh rawtextparser foo.txt --max-indentation-level=6 tab-width=4 --metrics=IndentationLevel
```

```
Expand Down

0 comments on commit f57d247

Please sign in to comment.