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