Refresh docs
diff --git a/docs/dyn/drive_v2.children.html b/docs/dyn/drive_v2.children.html
index 188f97d..6babcde 100644
--- a/docs/dyn/drive_v2.children.html
+++ b/docs/dyn/drive_v2.children.html
@@ -111,7 +111,7 @@
 Returns:
   An object of the form:
 
-    { # A reference to a file's child.
+    { # A reference to a folder's child.
       "kind": "drive#childReference", # This is always drive#childReference.
       "childLink": "A String", # A link to the child.
       "id": "A String", # The ID of the child.
@@ -128,7 +128,7 @@
   body: object, The request body. (required)
     The object takes the form of:
 
-{ # A reference to a file's child.
+{ # A reference to a folder's child.
     "kind": "drive#childReference", # This is always drive#childReference.
     "childLink": "A String", # A link to the child.
     "id": "A String", # The ID of the child.
@@ -139,7 +139,7 @@
 Returns:
   An object of the form:
 
-    { # A reference to a file's child.
+    { # A reference to a folder's child.
       "kind": "drive#childReference", # This is always drive#childReference.
       "childLink": "A String", # A link to the child.
       "id": "A String", # The ID of the child.
@@ -164,7 +164,7 @@
     "nextPageToken": "A String", # The page token for the next page of children.
     "kind": "drive#childList", # This is always drive#childList.
     "items": [ # The actual list of children.
-      { # A reference to a file's child.
+      { # A reference to a folder's child.
           "kind": "drive#childReference", # This is always drive#childReference.
           "childLink": "A String", # A link to the child.
           "id": "A String", # The ID of the child.