Skip to content

Commit feea9da

Browse files
author
Bobby Crotty
committed
Fix mydocs capitalization
1 parent f78993d commit feea9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Snippets/(mydocs) path to My Documents.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- See http://www.sublimetext.com/docs/snippets for more information -->
22
<snippet>
3-
<content><![CDATA[${1:\$MyDocs} = [environment]::GetFolderPath([Environment+SpecialFolder]::MyDocuments)]]></content>
3+
<content><![CDATA[${1:\$MyDocs} = [Environment]::GetFolderPath([Environment+SpecialFolder]::MyDocuments)]]></content>
44
<!-- Optional: Tab trigger to activate the snippet -->
55
<tabTrigger>mydocs</tabTrigger>
66
<!-- Optional: Scope the tab trigger will be active in -->

0 commit comments

Comments
 (0)