mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix multline auto-complete typo
This commit is contained in:
parent
80c58bb718
commit
e1a547c202
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ define () ->
|
|||
"align", "align*",
|
||||
"equation", "equation*",
|
||||
"gather", "gather*",
|
||||
"mutliline", "multiline*",
|
||||
"multline", "multline*",
|
||||
"split",
|
||||
"verbatim"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue