Skip to content

Commit f5348e9

Browse files
chore: fix typo
1 parent 9c42530 commit f5348e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"all": "Run all scripts (1 till 5) on all modules. Requires a lot of time and storage space!",
7979
"createModuleList": "Script 1: Convert the official module list from the wiki into a json file.",
8080
"updateRepositoryData": "Script 2: Update the JSON file that collects the GitHub information of the modules.",
81-
"getModules": "Script 3: Get all modules with `git cone`. Requires a lot of time and storage space!",
81+
"getModules": "Script 3: Get all modules with `git clone`. Requires a lot of time and storage space!",
8282
"expandModuleList": "Script 4: Extend the module list with information from the package.json. And get an image if one is available and the license is okay.",
8383
"checkModulesJs": "Script 5: Perform some checks with a js script.",
8484
"checkModules": "Script 6: Perform some checks with a python script.",

0 commit comments

Comments
 (0)