diff --git a/7-traps-&-gotchas.md b/7-traps-&-gotchas.md index 318d5fe..52c2b7d 100644 --- a/7-traps-&-gotchas.md +++ b/7-traps-&-gotchas.md @@ -10,7 +10,7 @@ Though it has translation problems. using ` pyuic4 /src/bitmessageqt/bitmessageui.ui -o src/bitmessageqt/bitmessageui.py ` after editing with Qt4-Designer will break the whole app now. -* even though running ` ./bitmessagemain.py ` straight away used to work, it is better to run ` python2 setup.py build ` before to avoid crashed (e.g. Fedora) +* even though running ` ./bitmessagemain.py ` straight away used to work, it is better to run ` python2 setup.py build ` beforehand to avoid crashes e.g. on Fedora.