diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a4f0728082..df4db286c5d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
### Improvements
-- Avoid calling `forceUpate` when component is unmounted.
+- Avoid calling `forceUpdate` when component is unmounted.
[@DylanVann](https://github.com/DylanVann) in [#7655](https://github.com/apollographql/apollo-client/pull/7655)
- The `codemods/` top-level directory has been moved into the `scripts/` directory.