From 9552d4395f63f185a9ee1d6481af275aa946094b Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Thu, 3 Jan 2019 10:57:27 +0100 Subject: [PATCH] Fixed typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63f62ba..4fc043f 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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