From b3f6ed95e6c0c216f1427113220342d5db63f91a Mon Sep 17 00:00:00 2001 From: earthlng Date: Sun, 12 Jan 2020 14:02:32 +0000 Subject: [PATCH] Updated 3.3 Updater Scripts (markdown) --- 3.3-Updater-Scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.3-Updater-Scripts.md b/3.3-Updater-Scripts.md index 55cbf78..9c02f59 100644 --- a/3.3-Updater-Scripts.md +++ b/3.3-Updater-Scripts.md @@ -133,7 +133,7 @@ With `-merge` it's best to always add a comment behind your overrides to make th user_pref("dom.netinfo.enabled", false); // 25xx - enforcing false -- for v4.0 space(s) also works ``` -If you want the `-merge` function to comment out a pref you have to use this **exact** format: +If you want the `-merge` function to comment-out a pref, you have to use this **exact** format: ```js //// --- comment-out --- 'prefname.goes.here' ```