diff --git a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-automatic-class-licensing.wiki b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-automatic-class-licensing.wiki
index 3e07c156..ae932074 100644
--- a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-automatic-class-licensing.wiki
+++ b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/using-automatic-class-licensing.wiki
@@ -4,7 +4,7 @@
[[Property:uuid|3abb5fc8-b5e5-2d25-fcac-72929abba0a7]]
You can use EiffelStudio to include a license text in each of your classes automatically. The automatic class licensing facility is flexible so that you can use various strategies to retrieve the license text used.
-When you save the text of a class file in EiffelStudio, the automatic licensing facility searches for an appropriate license text file ( .lic ) to use. If such a file is found, then EiffelStudio includes the contents of that file as an ending note part in your class. Here's the text of a class that includes an Eiffel Software license:
+When you save the text of a class file in EiffelStudio, the automatic licensing facility searches for an appropriate license text file (file type .lic) to use. If such a file is found, then EiffelStudio includes the contents of that file as an ending note part in your class. Here's the text of a class that includes an Eiffel Software license:
class
@@ -66,7 +66,7 @@ Notice that a variable is used for the note keyword (to support the
==Location of license text files==
-Where you keep your license text files depends upon the method you use to have EiffelStudio retrieve the license text from the files. Generally, license text is retrieved from files in one of three places:
+Where you keep your license text files depends upon which method you use to have EiffelStudio retrieve the license text from the files. Generally, license text is retrieved from files in one of three places:
:# Your project directory (the directory that contains your project configuration file, the ".ecf" file).
:# The '''Eiffel Software license template directory''': $ISE_EIFFEL/studio/templates/licenses