From 843ad82df4587492da6bee9bb8dde9a4d20b8db1 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Tue, 9 Jun 2020 20:22:12 +1200 Subject: [PATCH] Fix grammar --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 55f07e61..55eb5a72 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ The file should be name according to the language it was written. The name shoul #### Contents -The code in the file should be simplest or most straightforward way to print/display/show `Hello World` exactly once in the language used. Input from the user shouldn't be asked for where possible and a newline should only be printed when nessesary. +The code in the file should be the simplest or most straightforward way to print/display/show `Hello World` exactly once in the language used. Input from the user shouldn't be asked for where possible and a newline should only be printed when nessesary. ### Updating README