From 3c57247ca73ccfa764923fe5f529d71f51ce5bb5 Mon Sep 17 00:00:00 2001 From: pi Date: Sat, 8 Aug 2026 04:15:04 +1200 Subject: [PATCH] docs: fix CO2 typo (C02 with zero) in browser extension solution README --- 5-browser-extension/solution/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5-browser-extension/solution/README.md b/5-browser-extension/solution/README.md index f7178aa6aa..6641366e3e 100644 --- a/5-browser-extension/solution/README.md +++ b/5-browser-extension/solution/README.md @@ -1,6 +1,6 @@ # Carbon Trigger Browser Extension: Completed Code -Using tmrow's C02 Signal API to track electricity usage, build a browser extension so that you can have a reminder right in your browser about how heavy your region's electricity usage is. Using this extension ad hoc will help you to make judgement calls on your activities based on this information. +Using tmrow's CO2 Signal API to track electricity usage, build a browser extension so that you can have a reminder right in your browser about how heavy your region's electricity usage is. Using this extension ad hoc will help you to make judgement calls on your activities based on this information. ![extension screenshot](../extension-screenshot.png)