Skip to content

Commit efcb8e7

Browse files
committed
spelling error
1 parent 0d57721 commit efcb8e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎backend/models/energy.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def from_energy_entry(energy_entry: EnergyEntry) -> EnergyEntryRecommendation:
173173
heating_oil_recommendation = random.choice(recommendations)
174174

175175
if natural_gas_carbon_emissions > submetric_threshold:
176-
recommendation1 = "Consider replacing natural gas heating systems with electic alternatives"
176+
recommendation1 = "Consider replacing natural gas heating systems with electric alternatives"
177177
recommendation2 = "Consider investing in ENERGY STAR certified products"
178178
recommendation3 = "Consider improving your home insulation, if applicable"
179179
recommendations = [recommendation1, recommendation2, recommendation3]

0 commit comments

Comments
 (0)