aboutsummaryrefslogtreecommitdiff
path: root/my_snippets
diff options
context:
space:
mode:
Diffstat (limited to 'my_snippets')
-rw-r--r--my_snippets/tex.snippets2
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}