mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 03:04:27 +08:00
fix typo
This commit is contained in:
@@ -906,7 +906,7 @@ inside generated tree and elements' attributes.
|
|||||||
<
|
<
|
||||||
Other examples:
|
Other examples:
|
||||||
>
|
>
|
||||||
.wrapper -> <div class="wraper"></div>
|
.wrapper -> <div class="wrapper"></div>
|
||||||
#popup -> <div id="popup"></div>
|
#popup -> <div id="popup"></div>
|
||||||
<
|
<
|
||||||
When you expand abbreviation, Emmet tries to grab parent context,
|
When you expand abbreviation, Emmet tries to grab parent context,
|
||||||
|
|||||||
Reference in New Issue
Block a user