diff --git a/3.2-Applying-Your-Changes.md b/3.2-Applying-Your-Changes.md index 07f5daf..15877fd 100644 --- a/3.2-Applying-Your-Changes.md +++ b/3.2-Applying-Your-Changes.md @@ -44,7 +44,7 @@ user_pref("gfx.downloadable_fonts.woff2.enabled", true); //1405 user_pref("mathml.disabled", false); // 2663 ``` -The next time you update the `profile/user.js` and replace it, all your have to do is append the contents of your existing tweaks from `profile/user-override.js`. Or if you use our updater scripts, it will do this manual step for you as well. +The next time you update the `profile/user.js` and replace it, all you have to do is append the contents of your existing tweaks from `profile/user-override.js`. Or if you use our updater scripts, it will do this manual step for you as well. ### :small_orange_diamond: Caveats