diff --git a/Source/Commander.spoon/init.lua b/Source/Commander.spoon/init.lua index b9df2b77..3dae3e2a 100644 --- a/Source/Commander.spoon/init.lua +++ b/Source/Commander.spoon/init.lua @@ -5,7 +5,7 @@ --- The way of Commander to generate it command list is --- it goes to each spoon and extract all public functions inside the spoon table. --- for each function the name is set to "spoonName.functionName". ---- if the spoon has a table called `commandderCommandTable`, Commander will +--- if the spoon has a table called `commanderCommandList`, Commander will --- ignore everything else and take whatever is in the table. --- In this case the naming convention is the same. --- Then Commander grabs all the functions in global table. diff --git a/docs/Commander.html b/docs/Commander.html index 4de10c35..02d03478 100644 --- a/docs/Commander.html +++ b/docs/Commander.html @@ -19,7 +19,7 @@
The way of Commander to generate it command list is
it goes to each spoon and extract all public functions inside the spoon table.
for each function the name is set to "spoonName.functionName".
-if the spoon has a table called commandderCommandTable
, Commander will
+if the spoon has a table called commanderCommandList
, Commander will
ignore everything else and take whatever is in the table.
In this case the naming convention is the same.
Then Commander grabs all the functions in global table.
@@ -263,4 +263,4 @@