Skip to content

Commit

Permalink
Merge pull request fabric8-analytics#26 from tisnik/fixed-typo-in-readme
Browse files Browse the repository at this point in the history
Fixed typo in README.md
  • Loading branch information
tisnik authored Jan 3, 2019
2 parents 1600cc3 + 9552d43 commit 3587591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This repository contains the code for the model that serves the companion recomm
```

The first script checks the indentation, line lengths, variable names, whitespace around operators etc. The second
script checks all documentation strings - its presense and format. Please fix any warnings and errors reported by these
script checks all documentation strings - its presence and format. Please fix any warnings and errors reported by these
scripts.

#### Code complexity measurement:
Expand Down Expand Up @@ -56,7 +56,7 @@ Please note that only semantical problems are reported.

#### Check for scripts written in BASH

The script named `check-bashscripts.sh` can be used to check all BASH scripts (in fact: all files with the `.sh` extension) for various possible issues, incompatibilies, and caveats. This script can be run w/o any arguments:
The script named `check-bashscripts.sh` can be used to check all BASH scripts (in fact: all files with the `.sh` extension) for various possible issues, incompatibilities, and caveats. This script can be run w/o any arguments:

```
./check-bashscripts.sh
Expand Down

0 comments on commit 3587591

Please sign in to comment.