File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1511,7 +1511,7 @@ const toUrlFormat = (item) => {
1511
1511
/**
1512
1512
* Execute shell command
1513
1513
* @param {String } cmd - root command
1514
- * @param {String[] } args - args to be passed alongwith
1514
+ * @param {String[] } args - args to be passed along with
1515
1515
*
1516
1516
* @returns {Promise<void> }
1517
1517
*/
@@ -1601,7 +1601,7 @@ Toolkit.run(
1601
1601
1602
1602
const readmeContent = fs . readFileSync ( "./README.md" , "utf-8" ) . split ( "\n" ) ;
1603
1603
1604
- // Find the indec corresponding to <!--START_SECTION:activity--> comment
1604
+ // Find the index corresponding to <!--START_SECTION:activity--> comment
1605
1605
let startIdx = readmeContent . findIndex (
1606
1606
( content ) => content . trim ( ) === "<!--START_SECTION:activity-->"
1607
1607
) ;
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const toUrlFormat = (item) => {
36
36
/**
37
37
* Execute shell command
38
38
* @param {String } cmd - root command
39
- * @param {String[] } args - args to be passed alongwith
39
+ * @param {String[] } args - args to be passed along with
40
40
*
41
41
* @returns {Promise<void> }
42
42
*/
@@ -126,7 +126,7 @@ Toolkit.run(
126
126
127
127
const readmeContent = fs . readFileSync ( "./README.md" , "utf-8" ) . split ( "\n" ) ;
128
128
129
- // Find the indec corresponding to <!--START_SECTION:activity--> comment
129
+ // Find the index corresponding to <!--START_SECTION:activity--> comment
130
130
let startIdx = readmeContent . findIndex (
131
131
( content ) => content . trim ( ) === "<!--START_SECTION:activity-->"
132
132
) ;
You can’t perform that action at this time.
0 commit comments