Skip to content

Commit 2ef41f2

Browse files
lmd59elsaperelli
andauthored
Fix typos/comments
Co-authored-by: Elsa Perelli <eperelli@mitre.org>
1 parent be9c622 commit 2ef41f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/measure-upload/EvaluationServiceVerifier.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function EvaluationServiceVerifier() {
3131

3232
/**
3333
* Sends a `GET` request to the `/Measure` endpoint of the specified evaluation service URL.
34-
* Parses and stores the url and the if of the matching (same url/version) Measure if successful
34+
* Parses and stores the url and the id of the matching (same url/version) Measure if successful
3535
*/
3636
async function verifyMeasure() {
3737
setIsLoadingId(true);

state/atoms/evaluation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ interface EvaluationStateType {
66
}
77

88
/**
9-
* Atom tracking and controlling the value of uploaded measure bundle
9+
* Atom tracking and controlling values for the evaluation service
1010
*/
1111
export const evaluationState = atom<EvaluationStateType>({
1212
key: 'evaluationState',

0 commit comments

Comments
 (0)