From 587c833b84d60aecea19b7395c3c67dfc574c223 Mon Sep 17 00:00:00 2001 From: Rick Blommers Date: Thu, 24 Sep 2015 20:33:48 +0200 Subject: [PATCH] fixed small spelling issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc4f1b2..c2f2d99 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Known issues and workarounds On Mac OS X, placing an qtAwesome icon in QMainWindow menu, doesn't work directly. See the following issue: [https://github.com/gamecreature/QtAwesome/issues/10] -A workaround for this problem it to convert it to a Pixmap icon like this: +A workaround for this problem is converting it to a Pixmap icon like this: ```c++ QAction* menuAction = new QAction("test");