Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewThien committed Dec 5, 2024
1 parent 87fb07f commit 215ec8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const columns: ColumnDef<ScanReportTable>[] = [
// Get the general status of the table
const generalStatus = FindGeneralStatus(jobsData);

// Divide the jobs of each table to group of three (each group demostrates each run)
// Divide the jobs of each table to group of three (each group demonstrates each run)
let jobGroups: Job[][] = [];
if (jobsData.length > 0) {
let jobs: Job[] = [];
Expand Down

0 comments on commit 215ec8e

Please sign in to comment.