From 61deeebdc90b06cdbef8cc05ee578ec8cefcbd7c Mon Sep 17 00:00:00 2001 From: r6eve Date: Tue, 27 Aug 2019 18:15:14 +0900 Subject: [PATCH] Fix minor typo --- doc/emmet.txt | 2 +- plugin/emmet.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/emmet.txt b/doc/emmet.txt index 36ea398..224e20e 100644 --- a/doc/emmet.txt +++ b/doc/emmet.txt @@ -160,7 +160,7 @@ You should copy this section and create new buffer, paste and write as < 3. Update tag *emmet-update-tag* *u* - The begining of tags '
' on below + The beginning of tags '
' on below >
foo
< diff --git a/plugin/emmet.vim b/plugin/emmet.vim index a47a23b..93e5cb0 100644 --- a/plugin/emmet.vim +++ b/plugin/emmet.vim @@ -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' : ' ',