diff --git a/1.1-Overview.md b/1.1-Overview.md index f02ec24..22d5d05 100644 --- a/1.1-Overview.md +++ b/1.1-Overview.md @@ -26,7 +26,7 @@ Here is how it basically works: * All values stored in `prefs.js`, even if they are the default value, will be denoted as status `user set` * If you set a value to a `user set` value, it is stored in `prefs.js` * If you reset a value to `default`, it is removed from `prefs.js` - * If you reset a `hidden preference` to default, the value will be blank, and assuming it is not applied again from a `user.js`, it will then vanish on the next restart + * If you reset a `hidden preference` to default, the value will be blank, and assuming it is not applied again from a `user.js`, it will then vanish on the next about:config reload tl;dr: firefox starts :arrow_right: user.js active preferences :arrow_right: prefs.js :left_right_arrow: `about:config` .. with caveats