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) => {
15111511/**
15121512 * Execute shell command
15131513 * @param {String } cmd - root command
1514- * @param {String[] } args - args to be passed alongwith
1514+ * @param {String[] } args - args to be passed along with
15151515 *
15161516 * @returns {Promise<void> }
15171517 */
@@ -1601,7 +1601,7 @@ Toolkit.run(
16011601
16021602 const readmeContent = fs . readFileSync ( "./README.md" , "utf-8" ) . split ( "\n" ) ;
16031603
1604- // Find the indec corresponding to <!--START_SECTION:activity--> comment
1604+ // Find the index corresponding to <!--START_SECTION:activity--> comment
16051605 let startIdx = readmeContent . findIndex (
16061606 ( content ) => content . trim ( ) === "<!--START_SECTION:activity-->"
16071607 ) ;
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const toUrlFormat = (item) => {
3636/**
3737 * Execute shell command
3838 * @param {String } cmd - root command
39- * @param {String[] } args - args to be passed alongwith
39+ * @param {String[] } args - args to be passed along with
4040 *
4141 * @returns {Promise<void> }
4242 */
@@ -126,7 +126,7 @@ Toolkit.run(
126126
127127 const readmeContent = fs . readFileSync ( "./README.md" , "utf-8" ) . split ( "\n" ) ;
128128
129- // Find the indec corresponding to <!--START_SECTION:activity--> comment
129+ // Find the index corresponding to <!--START_SECTION:activity--> comment
130130 let startIdx = readmeContent . findIndex (
131131 ( content ) => content . trim ( ) === "<!--START_SECTION:activity-->"
132132 ) ;
You can’t perform that action at this time.
0 commit comments