diff --git a/testing-qt.adoc b/testing-qt.adoc index 873d505..6e98417 100644 --- a/testing-qt.adoc +++ b/testing-qt.adoc @@ -4,4 +4,4 @@ == Testing QT Currently, although several QT tests exist in _src/qt/test_, there is no good way to test QT changes except by hand. -A good way to try and have QT code included in the test framework is to target having the RPC layer be a thin as possible, so more code can be re-used between RPC and GUI. +A good way to try and have QT code included in the test framework is to target having the RPC layer be as thin as possible, so more code can be re-used between RPC and GUI.