Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Small typo fix
  • Loading branch information
AutumnRivers committed Mar 10, 2019
1 parent 405f71b commit c701b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "hacknet-vscode",
"version": "1.0.0",
"version": "1.1.1",
"description": "Hacknet Extension development, made easy in Visual Studio Code.",
"directories": {
"example": "examples"
Expand Down
2 changes: 1 addition & 1 deletion src/Actions.code-snippets
Expand Up @@ -134,7 +134,7 @@
"AddConditionalActions":{
"prefix": "<AddConditionalActions>",
"scope": "xml",
"body": "<AddConditionalActions FilePath=\"Actions/${1:NextAction.xml}\" DelayHost=\"${2:delayNode}\" Delay=\"$0\"/",
"body": "<AddConditionalActions Filepath=\"Actions/${1:NextAction.xml}\" DelayHost=\"${2:delayNode}\" Delay=\"$0\"/",
"description": "Load in a new action file."
},
"SaveGame":{
Expand Down

0 comments on commit c701b1c

Please sign in to comment.