aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Schumacher <ajschumacher@gmail.com>2014-11-25 21:14:24 -0500
committerAaron Schumacher <ajschumacher@gmail.com>2014-11-25 21:14:24 -0500
commitcb7d0d4a7c7a8206894d3bddf5774b1929c13916 (patch)
tree4c33dcb10c53f6e4173c54fdbf19c7e4637c77e0
parent5921ee57b0d7a86138055baaff93b33904176f4d (diff)
downloademmet-mode-cb7d0d4a7c7a8206894d3bddf5774b1929c13916.tar.lz
emmet-mode-cb7d0d4a7c7a8206894d3bddf5774b1929c13916.tar.xz
emmet-mode-cb7d0d4a7c7a8206894d3bddf5774b1929c13916.zip
typo: "expandin" -> "expanding"
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dea9958..2f5a3ba 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ If you want the cursor to be positioned between first empty quotes after expandi
(setq emmet-move-cursor-between-quotes t) ;; default nil
-Or if you don't want to move cursor after expandin:
+Or if you don't want to move cursor after expanding:
(setq emmet-move-cursor-after-expanding nil) ;; default t