diff options
author | Aaron Schumacher <ajschumacher@gmail.com> | 2014-11-25 21:14:24 -0500 |
---|---|---|
committer | Aaron Schumacher <ajschumacher@gmail.com> | 2014-11-25 21:14:24 -0500 |
commit | cb7d0d4a7c7a8206894d3bddf5774b1929c13916 (patch) | |
tree | 4c33dcb10c53f6e4173c54fdbf19c7e4637c77e0 | |
parent | 5921ee57b0d7a86138055baaff93b33904176f4d (diff) | |
download | emmet-mode-cb7d0d4a7c7a8206894d3bddf5774b1929c13916.tar.lz emmet-mode-cb7d0d4a7c7a8206894d3bddf5774b1929c13916.tar.xz emmet-mode-cb7d0d4a7c7a8206894d3bddf5774b1929c13916.zip |
typo: "expandin" -> "expanding"
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |