@@ -52,7 +52,7 @@ export class CircuitsService {
5252 /**
5353 * Delete Circuit
5454 * Delete a circuit.
55- * @param circuitId The circuit identifer of the circuit.
55+ * @param circuitId The circuit identifier of the circuit.
5656 * This can take one of the following forms:
5757 *
5858 * 1. `<CIRCUIT_ID>` - The unique UUID4 ID for an exact version of a compiled circuit.
@@ -85,7 +85,7 @@ export class CircuitsService {
8585 /**
8686 * Circuit Detail
8787 * Get info for an existing circuit.
88- * @param circuitId The circuit identifer of the circuit.
88+ * @param circuitId The circuit identifier of the circuit.
8989 * This can take one of the following forms:
9090 *
9191 * 1. `<CIRCUIT_ID>` - The unique UUID4 ID for an exact version of a compiled circuit.
@@ -141,7 +141,7 @@ export class CircuitsService {
141141 /**
142142 * Circuit Proofs
143143 * List all proofs for a circuit.
144- * @param circuitId The circuit identifer of the circuit.
144+ * @param circuitId The circuit identifier of the circuit.
145145 * This can take one of the following forms:
146146 *
147147 * 1. `<CIRCUIT_ID>` - The unique UUID4 ID for an exact version of a compiled circuit.
@@ -176,7 +176,7 @@ export class CircuitsService {
176176 /**
177177 * Create Proof for Circuit
178178 * Prove a circuit with specific inputs.
179- * @param circuitId The circuit identifer of the circuit.
179+ * @param circuitId The circuit identifier of the circuit.
180180 * This can take one of the following forms:
181181 *
182182 * 1. `<CIRCUIT_ID>` - The unique UUID4 ID for an exact version of a compiled circuit.
0 commit comments