diff --git a/1.7-Setting-Extension-Permission-Exceptions.md b/1.7-Setting-Extension-Permission-Exceptions.md
index ab7979f..423813c 100644
--- a/1.7-Setting-Extension-Permission-Exceptions.md
+++ b/1.7-Setting-Extension-Permission-Exceptions.md
@@ -2,7 +2,7 @@
Cookies control access to **local storage** and **indexedDB**. The `ghacks user.js` denies cookies by default. This is the pref `network.cookie.cookieBehavior` (see `2701`). A value of `2` denies all cookies, a value of `1` allows first party only.
-Extensions 1 that use local dom storage and/or indexedDB **will break**2 if they are not allowed a cookie, even though they do not actually set any. Extensions that use such storage include uBlock Origin, uMatrix, Stylus and Violentmonkey. Extension IndexedDB entries are located in your `profile\storage\default` directory and start with `moz-extension`.
+Extensions 1 that use local dom storage and/or indexedDB **will break** 2 if they are not allowed a cookie, even though they do not actually set any. Extensions that use such storage include uBlock Origin, uMatrix, Stylus and Violentmonkey. Extension IndexedDB entries are located in your `profile\storage\default` directory and start with `moz-extension`.
