diff options
| author | jdhao <jdhao@hotmail.com> | 2022-08-23 21:09:49 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-08-23 21:12:04 +0800 |
| commit | b279c0cd95bc1246726deecf1199ea3c132ea0c6 (patch) | |
| tree | 34c5c9d261bfbfc590effae4c89a671cf705ffa2 /my_snippets | |
| parent | 96129335ad5dcb39ee68fcebfd15dfb01923fc14 (diff) | |
fix some typos
Diffstat (limited to 'my_snippets')
| -rw-r--r-- | my_snippets/tex.snippets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my_snippets/tex.snippets b/my_snippets/tex.snippets index fac3f3d..3b979f3 100644 --- a/my_snippets/tex.snippets +++ b/my_snippets/tex.snippets @@ -2,7 +2,7 @@ snippet use "usepackage" b \usepackage{${1:package}} endsnippet -snippet eqa "equation enviroment" b +snippet eqa "equation environment" b \begin{equation}\label{$1} $2 \end{equation} |
