branch: scratch/editorconfig-cc
commit c48f549c3a352503562b33e4cd65c1df956a3fb4
Author: 10sr <[email protected]>
Commit: Stefan Monnier <[email protected]>
Fix typo
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e99f033618..7dc0c95540 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ which specifies "file types" for files.
As for Emacs, it means `major-mode` can be specified: for example,
when `file_type_emacs` is set to `markdown` for `a.txt`,
`markdown-mode` will be enabled when opening `a.txt`.
-This propertiy is experimental and its meaning might change in
+This property is experimental and its meaning might change in
the future updates.