mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-03-30 12:33:55 -04:00
create_plugin: fix typo
This commit is contained in:
@@ -71,7 +71,7 @@ subs = OrderedDict([
|
||||
("package", {
|
||||
"ask": True,
|
||||
"desc": "The java package your plugin will be in. Typically a reversed domain name",
|
||||
"value": "com.examaple.foobazzer",
|
||||
"value": "com.example.foobazzer",
|
||||
"strip_plugin": True,
|
||||
}),
|
||||
("author", {
|
||||
|
||||
Reference in New Issue
Block a user