Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Feb 10, 2016
1 parent b0144cd commit 2396b85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AppleScript.sublime-completions
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{ "#": "Basic commands" },
{ "trigger": "activate application", "contents": "activate application \"${1:application_name}\"" },
{ "trigger": "activate", "contents": "activate" },
{ "trigger": "administrator priviledges", "contents": "administrator priviledges" },
{ "trigger": "administrator privileges", "contents": "administrator privileges" },
{ "trigger": "as string", "contents": "as string" },
{ "trigger": "as user name", "contents": "as user name \"${1:user}\"" },
{ "trigger": "as user name..password", "contents": "as user name \"${1:user}\" with password \"${2:password}\"" },
Expand Down Expand Up @@ -491,7 +491,7 @@
{ "trigger": "tell:Time Machine", "contents": "tell application \"Time Machine\"\n\t${2:--your code}\nend tell" },
{ "trigger": "tell:VoiceOver Utility", "contents": "tell application \"VoiceOver Utility\"\n\t${2:--your code}\nend tell" },
{ "trigger": "tell:Xcode", "contents": "tell application \"Xcode\"\n\t${2:--your code}\nend tell" },

{ "note": "It ain't over 'til the fat lady sings" }
]
}
}

0 comments on commit 2396b85

Please sign in to comment.