Skip to content

Commit 5e1ed02

Browse files
authored
Fix index.bs
1 parent 252ac02 commit 5e1ed02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ dictionary ProofreaderProofreadOptions {
8383
dictionary ProofreadResult {
8484
DOMString correctedInput;
8585
sequence<ProofreadCorrection> corrections;
86-
}
86+
};
8787

8888
dictionary ProofreadCorrection {
8989
unsigned long long startIndex;
9090
unsigned long long endIndex;
9191
DOMString correction;
9292
sequence<CorrectionType> type;
9393
DOMString explanation;
94-
}
94+
};
9595

9696
enum CorrectionType { "spelling", "punctuation", "capitalization", "preposition", "missing-words", "grammar" };
9797
</xmp>

0 commit comments

Comments
 (0)