diff --git a/src/api/it.ts b/src/api/it.ts
index ec42547488..76a3c5e91e 100644
--- a/src/api/it.ts
+++ b/src/api/it.ts
@@ -10,7 +10,7 @@ type Validator<T> = (value: T) => boolean | Error;
 
 interface Factory {
 	/**
-	 * qedはQ.E.D.でもあり'QueryENd'の略でもある
+	 * qedはQ.E.D.でもあり'QueryEnD'の略でもある
 	 */
 	qed: () => [any, Error];