Fix minor typo

This commit is contained in:
r6eve
2019-08-27 18:15:14 +09:00
parent 37203af2b3
commit 61deeebdc9
2 changed files with 2 additions and 2 deletions

View File

@@ -160,7 +160,7 @@ You should copy this section and create new buffer, paste and write as
< <
3. Update tag *emmet-update-tag* *<C-y>u* 3. Update tag *emmet-update-tag* *<C-y>u*
The begining of tags '<div>' on below The beginning of tags '<div>' on below
> >
<div>foo</div> <div>foo</div>
< <

View File

@@ -46,7 +46,7 @@
" Tips: " Tips:
" "
" You can customize behavior of expanding with overriding config. " You can customize behavior of expanding with overriding config.
" This configuration will be marged at loading plugin. " This configuration will be merged at loading plugin.
" "
" let g:user_emmet_settings = { " let g:user_emmet_settings = {
" \ 'indentation' : ' ', " \ 'indentation' : ' ',