diff --git a/sites/all/modules/hierarchical_select/API.txt b/sites/all/modules/hierarchical_select/API.txt
index 76f1699..d106f89 100644
--- a/sites/all/modules/hierarchical_select/API.txt
+++ b/sites/all/modules/hierarchical_select/API.txt
@@ -88,6 +88,8 @@ element type:
 Now, let's explain what we see here:
 1) We've set the #type property to "hierarchical_select" instead of "select".
 2) The #size property is inherited by the selects of the hierarchical select.
+   You can use it to change a vertical size of the select (i.e. change how many
+   items are displayed in the select, similar to a form select multiple).
 3) There's a new property: #config. This must be an
 array. These are the items it can contain:
  - module (required)
@@ -125,7 +127,7 @@ array. These are the items it can contain:
    Whether level labels should be enabled or not. When save_lineage is
    enabled, this will result in *empty* level labels.
 
- - level_labels['labels] (optional)
+ - level_labels['labels'] (optional)
    An array of labels, one per level. The label for the first level should be
    the value of key 0.
    When enforce_deepest is set to:

