Skip to content

Commit 9bb51ec

Browse files
authored
fix(zeroline/conducting-equipment): spell correction (#319)
Change the word Genarator
1 parent 51c3662 commit 9bb51ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wizards/conductingequipment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const types: Partial<Record<string, string>> = {
2929
EFN: 'Earth Fault Neutralizer',
3030
FAN: 'Fan',
3131
GIL: 'Gas Insulated Line',
32-
GEN: 'Genarator',
32+
GEN: 'Generator',
3333
IFL: 'Infeeding Line',
3434
MOT: 'Motor',
3535
RES: 'Neutral Resistor',

0 commit comments

Comments
 (0)