diff --git a/1.1-Overview.md b/1.1-Overview.md index f8fc39a..fbf3460 100644 --- a/1.1-Overview.md +++ b/1.1-Overview.md @@ -69,4 +69,4 @@ user_pref("browser.link.open_newwindow.restriction", 2); // 0-disable, 2=enable user_pref("browser.link.open_newwindow.restriction", 2); ``` -Now you know the "what, why, where and how" of a `user.js`, you can check out how to properly [backup](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.2-Backing-Up) before [implementating](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.3-Implementation). \ No newline at end of file +Now you know the "what, why, where and how" of a `user.js`, you can check out how to [backup](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.2-Backing-Up) before [implementing](https://github.com/ghacksuserjs/ghacks-user.js/wiki/1.3-Implementation). \ No newline at end of file