commit e598526a8ce702f9b77cf33957fed452638f757c
parent a7c2c60f79c4920def6ecaa06f2e22ed3b3f4a30
Author: Christoph Lohmann <20h@r-36.net>
Date: Sat, 30 May 2020 18:53:45 +0200
Fix typo in tutorial about firefox preferences.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/firefox/EXPORT-PREFS.md b/firefox/EXPORT-PREFS.md
@@ -10,7 +10,7 @@ Prequisites:
$ make && make install;
1. Go to »about:config«.
-2. Go to devtools there and export the whole inner HTML of the pferences
+2. Go to devtools there and export the whole inner HTML of the preferences
tables.
3. Do xclip -o > all-prefs-raw.html.
4. cat all-prefs-raw.html | sed 's,<wbr>,,g' > all-prefs.html