diff --git a/lib/ansible/plugins/lookup/ini.py b/lib/ansible/plugins/lookup/ini.py
index 7d54624a2a9..6bb6a2cda69 100644
--- a/lib/ansible/plugins/lookup/ini.py
+++ b/lib/ansible/plugins/lookup/ini.py
@@ -15,7 +15,7 @@ DOCUMENTATION = """
       - "You can also read a property file which - in this case - does not contain section."
     options:
       _terms:
-        description: they key(s) too look up
+        description: The key(s) to look up
         required: True
       type:
         description: ini Type of the file. 'properties' refers to the Java properties files.