Skip to content

Commit b89a922

Browse files
authored
chore: fix typo 'indetifer' -> 'identifier' (#246)
'indetifer' -> 'identifier'
1 parent 4a39698 commit b89a922

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/lib/api/services/CircuitsService.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)