From 07e1cddabcb50745a1f25b6500bc0ff34e384712 Mon Sep 17 00:00:00 2001 From: Onoriode Aghwotu Date: Mon, 22 Aug 2022 01:59:03 +0100 Subject: [PATCH] fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2d8b4d..ae70a82 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Pull requests are the best way to propose changes to the codebase (we use [Githu 3. Make required changes and commit them using: 4. Make sure your code lints. 5. git add filename - git commit -m "Bried description about your PR" + git commit -m "Brief description of your PR" git push origin 6. Issue that pull request!