Skip to content

Commit c114a6f

Browse files
ashawejamesgeorge007
authored andcommitted
Minor typographical fixes (#20)
* fix typo. indec -> index * fix typo. indec -> index alongwith -> along with
1 parent fad7c96 commit c114a6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
);

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
);

0 commit comments

Comments
 (0)