Skip to content

Commit

Permalink
Fixed spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chernotsky, Anton committed Sep 23, 2014
1 parent c579db0 commit 28c3e62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,15 +232,15 @@
]
},
{
"name" : "Singletone",
"file_name" : "Singletone.cls",
"description" : "Singletone class",
"name" : "Singleton",
"file_name" : "Singleton.cls",
"description" : "Singleton class",
"author" : "Anton Chernotsky",
"params" : [
{
"name" : "api_name",
"description" : "Apex Class API Name",
"default" : "MyApexSingletone"
"default" : "MyApexSingleton"
}
]
}
Expand Down

0 comments on commit 28c3e62

Please sign in to comment.