From 9a0946ded9f87ea7cfbbd5fbc516f657f9ceb988 Mon Sep 17 00:00:00 2001 From: Sven Luijten Date: Tue, 10 Jul 2018 03:23:29 +0200 Subject: [PATCH] fix typo in README (#412) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78b43f6a..ec8c8620 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ $ gi linux,eclipse >> ~/.gitignore_global ``` ### Project -Appending Programming Langauge settings to your projects .gitignore. **Note:** Use `gig` if you are on Windows +Appending Programming Language settings to your projects .gitignore. **Note:** Use `gig` if you are on Windows ```sh $ gi java,python >> .gitignore ```