Skip to content

Commit

Permalink
fix typos in JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Oct 11, 2024
1 parent ffd234d commit a5b8886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/middleware/overview.middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const fetchEntityCounts = async (req, res, next) => {
const statusOrdering = new Map(['Live', 'Needs fixing', 'Error', 'Not submitted'].map((status, i) => [status, i]))

/**
* The overview data can contain multiple rows per dataset
* The overview data can contain multiple rows per dataset,
* and we want a collection of with one item per dataset,
* because that's how we display it on the page.
*
Expand Down Expand Up @@ -94,7 +94,7 @@ export function aggregateOverviewData (lpaOverview) {
}

/**
* Calculates overal "health" of the datasets (not)provided by an organisation.
* Calculates overall "health" of the datasets (not)provided by an organisation.
*
* @param {[number, number, number]} accumulator
* @param {{ endpoint?: string, status: string }} dataset
Expand Down

0 comments on commit a5b8886

Please sign in to comment.