ActiveHelp.st
changeset 3884 a6ad1eb5a5e6
parent 3790 94221f42c94d
child 4038 95870c29b6b4
--- a/ActiveHelp.st	Mon Feb 13 20:01:46 2017 +0100
+++ b/ActiveHelp.st	Mon Feb 13 20:09:31 2017 +0100
@@ -68,7 +68,7 @@
 
     Who should provide the helpText:
         the best place is the application object (an instance of ApplicationModel)
-        or the topView, if its a derived class of StandardSystemView.
+        or the topView, if it's a derived class of StandardSystemView.
         This should know about its components and return the string
         when asked via #helpTextFor:<aSubView>.
         See examples in FileBrowser, Launcher etc.