Skip to content

Commit 6369c8d

Browse files
author
GuustMetz
committed
fix documentation spelling mistake
1 parent 89f7fa1 commit 6369c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/public/views/Runs/RunPerDataPass/RunsPerDataPassOverviewPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export const RunsPerDataPassOverviewPage = ({
124124
/*
125125
* The table drawing can be done without using mergeRemoteData, but that will redraw it
126126
* each independent update to dataPass, detectors, or qcSummary.
127-
* While this wouldn't necessarly be noticable for users, it would would detach nodes from
127+
* While this wouldn't necessarily be noticeable for users, it would detach nodes from
128128
* the document, which would make writing integration test difficult and unreliable.
129129
*/
130130
const fullPageData = mergeRemoteData([remoteRuns, remoteDataPass, remoteDetectors, remoteQcSummary]);

0 commit comments

Comments
 (0)