branch: scratch/editorconfig-cc
commit 630f1584956a99c01722f2a5cfbb55f4ca47d67a
Author: 10sr <8slashes+...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Fix english
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4d46b55369..5ad8234231 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ add a pair of major-mode symbol and its indentation variables:
 
 ```emacs-lisp
 (add-to-list 'editorconfig-indentation-alist
-    ;; Just an example, of course EditorConfig already includes this setting!
+    ;; Just an example, of course EditorConfig has already included this 
setting!
     '(c-mode c-basic-offset))
 ```
 

Reply via email to