Skip to content

Commit

Permalink
fix(description): rectify typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Jun 12, 2021
1 parent cd7d925 commit 78f519e
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions snippets/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\\end{align`echo $1|grep math|",
"sed -e 's/.*math.*/ed/'`}"
],
"desciption": "Align(ed)"
"description": "Align(ed)"
},
"Cases": {
"prefix": "cas",
Expand All @@ -18,7 +18,7 @@
"\t$0",
"\\end{cases}"
],
"desciption": "Cases"
"description": "Cases"
},
"Chapter": {
"prefix": "cha",
Expand All @@ -28,7 +28,7 @@
"${0:$TM_SELECTED_TEXT}",
"% chapter $2 (end)"
],
"desciption": "Chapter"
"description": "Chapter"
},
"Description": {
"prefix": "desc",
Expand All @@ -37,7 +37,7 @@
"\t\\item[$1] $0",
"\\\\end{description}"
],
"desciption": "Description"
"description": "Description"
},
"Math": {
"prefix": "math",
Expand All @@ -47,7 +47,7 @@
"\\end{math}",
"$0"
],
"desciption": "Add a Math"
"description": "Add a Math"
},
"DisplayMath": {
"prefix": "displaymath",
Expand All @@ -57,7 +57,7 @@
"\\end{displaymath}",
"$0"
],
"desciption": "Display Math"
"description": "Display Math"
},
"Equation": {
"prefix": "equation",
Expand All @@ -68,7 +68,7 @@
"\\end{equation}",
"$0"
],
"desciption": "Add a Equation"
"description": "Add a Equation"
},
"Display Math — \\[ … \\]": {
"prefix": "$$",
Expand All @@ -77,7 +77,7 @@
"\t$TM_SELECTED_TEXT$1",
"\\]"
],
"desciption": "Display Math"
"description": "Display Math"
},
"Theorem": {
"prefix": "theorem",
Expand All @@ -91,7 +91,7 @@
"\\end{theorem}",
"$0"
],
"desciption": "Add a theorem"
"description": "Add a theorem"
},
"Definition": {
"prefix": "definition",
Expand All @@ -105,7 +105,7 @@
"\\end{definition}",
"$0"
],
"desciption": "Add a definition"
"description": "Add a definition"
},
"Proof": {
"prefix": "proof",
Expand All @@ -119,7 +119,7 @@
"\\end{proof}",
"$0"
],
"desciption": "Add a proof"
"description": "Add a proof"
},
"Algorithm": {
"prefix": "algo",
Expand All @@ -140,7 +140,7 @@
"\\end{algorithm}",
"$0"
],
"desciption": "Add an algorithm"
"description": "Add an algorithm"
},
"Algorithm:State": {
"prefix": "state",
Expand Down Expand Up @@ -189,7 +189,7 @@
"body": [
"${1:Figure}~\\ref{${2:fig:}}$0"
],
"desciption": "Ref for Figure"
"description": "Ref for Figure"
},
"Gather(ed)": {
"prefix": "gat",
Expand All @@ -200,7 +200,7 @@
"\\end{gather`echo $1|grep math|",
"sed -e 's/.*math.*/ed/'`}"
],
"desciption": "Gather(ed)"
"description": "Gather(ed)"
},
"Itemize": {
"prefix": "item",
Expand All @@ -209,14 +209,14 @@
"\t\\item $0",
"\\\\end{itemize}"
],
"desciption": "Itemize"
"description": "Itemize"
},
"Listing:Ref": {
"prefix": "listing:ref",
"body": [
"${1:Listing}~\\ref{${2:lst:}}$0"
],
"desciption": "Listing"
"description": "Listing"
},
"Matrix": {
"prefix": "mat",
Expand All @@ -225,14 +225,14 @@
"\t$0",
"\\end{${1:p/b/v/V/B/small}matrix}"
],
"desciption": "Matrix"
"description": "Matrix"
},
"Page": {
"prefix": "page",
"body": [
"${1:page}~\\pageref{$2}$0"
],
"desciption": "Page"
"description": "Page"
},
"Paragraph": {
"prefix": "par",
Expand All @@ -242,7 +242,7 @@
"${0:$TM_SELECTED_TEXT}",
"% paragraph $2 (end)"
],
"desciption": "Paragraph"
"description": "Paragraph"
},
"Part": {
"prefix": "part",
Expand All @@ -252,7 +252,7 @@
"${0:$TM_SELECTED_TEXT}",
"% part $2 (end)"
],
"desciption": "Part"
"description": "Part"
},
"Region Start": {
"prefix": "#region",
Expand All @@ -273,7 +273,7 @@
"body": [
"${1:Section}~\\ref{${2:sec:}}$0"
],
"desciption": "Section Reference"
"description": "Section Reference"
},
"Split": {
"prefix": "spl",
Expand All @@ -282,7 +282,7 @@
"\t$0",
"\\end{split}"
],
"desciption": "Section"
"description": "Section"
},
"Sub Paragraph": {
"prefix": "subp",
Expand All @@ -292,7 +292,7 @@
"${0:$TM_SELECTED_TEXT}",
"% subparagraph $2 (end)"
],
"desciption": "Sub Paragraph"
"description": "Sub Paragraph"
},
"Sub Section": {
"prefix": "sub",
Expand All @@ -302,7 +302,7 @@
"${0:$TM_SELECTED_TEXT}",
"% subsection $2 (end)"
],
"desciption": "Sub Section"
"description": "Sub Section"
},
"Sub Sub Section": {
"prefix": "subs",
Expand All @@ -312,14 +312,14 @@
"${0:$TM_SELECTED_TEXT}",
"% subsubsection $2 (end)"
],
"desciption": "Sub Sub Section"
"description": "Sub Sub Section"
},
"Table:Ref": {
"prefix": "table:ref",
"body": [
"${1:Table}~\\ref{${2:tab:}}$0"
],
"desciption": "Table Reference"
"description": "Table Reference"
},
"Tabular": {
"prefix": "tab",
Expand All @@ -328,7 +328,7 @@
"$0${2/((?<=[clr])([ |]*(c|l|r)))|./(?1: & )/g}",
"\\\\end{${1:t}${1/(t)$|(a)$|(.*)/(?1:abular)(?2:rray)/}}"
],
"desciption": "Tabular"
"description": "Tabular"
},
"\\begin{}…\\end{}": {
"prefix": "begin",
Expand All @@ -337,7 +337,7 @@
"\t${1/(enumerate|itemize|list)|(description)|.*/(?1:\\item )(?2:\\item)/}$0",
"\\\\end{${1:env}}"
],
"desciption": "Begin - End"
"description": "Begin - End"
},
"Figure": {
"prefix": "figure",
Expand Down

0 comments on commit 78f519e

Please sign in to comment.