diff --git a/user.js-Syntax.md b/user.js-Syntax.md index 1495558..fd0a72e 100644 --- a/user.js-Syntax.md +++ b/user.js-Syntax.md @@ -1,6 +1,5 @@ ## Understanding `user.js` syntax - -Think of your `user.js` file as a list of instructions you're giving to Firefox. Each instruction tells Firefox to set a specific preference to a particular value. +The `user.js` is a list of instructions you're giving to Firefox every time you restart the browser. Each instruction tells Firefox to set a preference to a specific value. ### Basic Structure