Merge pull request #468 from r6eve/fix/minor-typo

Fix minor typo
This commit is contained in:
mattn
2019-08-27 18:25:18 +09:00
committed by GitHub
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*
The begining of tags '<div>' on below
The beginning of tags '<div>' on below
>
<div>foo</div>
<

View File

@@ -46,7 +46,7 @@
" Tips:
"
" 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 = {
" \ 'indentation' : ' ',