Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Fosse committed Apr 16, 2024
1 parent 95204c8 commit a753f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/accra.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const parameters = {
pm25: { name: 'pm25', unit: 'µg/m³' },
pm10: { name: 'pm10', unit: 'µg/m³' },
no2: { name: 'no2', unit: 'µg/m³' },
humidity: { name: 'releativehumidity', unit: '%' },
humidity: { name: 'relativehumidity', unit: '%' },
};

const stationsUrl = 'https://breatheaccra.org/_next/data/sDbKIZJuzXb7sPDYTkBBo/index.json';
Expand Down

0 comments on commit a753f1e

Please sign in to comment.