build: run docs regen in synth.py (#1059)

diff --git a/docs/dyn/drive_v2.apps.html b/docs/dyn/drive_v2.apps.html
index 26dae05..5507de3 100644
--- a/docs/dyn/drive_v2.apps.html
+++ b/docs/dyn/drive_v2.apps.html
@@ -137,7 +137,7 @@
     ],
     "shortDescription": "A String", # A short description of the app.
     "supportsCreate": True or False, # Whether this app supports creating new objects.
-    "supportsImport": True or False, # Whether this app supports importing Google Docs.
+    "supportsImport": True or False, # Whether this app supports importing from Docs Editors.
     "supportsMultiOpen": True or False, # Whether this app supports opening more than one file.
     "supportsOfflineCreate": True or False, # Whether this app supports creating new files when offline.
     "useByDefault": True or False, # Whether the app is selected as the default handler for the types it supports.
@@ -200,7 +200,7 @@
         ],
         "shortDescription": "A String", # A short description of the app.
         "supportsCreate": True or False, # Whether this app supports creating new objects.
-        "supportsImport": True or False, # Whether this app supports importing Google Docs.
+        "supportsImport": True or False, # Whether this app supports importing from Docs Editors.
         "supportsMultiOpen": True or False, # Whether this app supports opening more than one file.
         "supportsOfflineCreate": True or False, # Whether this app supports creating new files when offline.
         "useByDefault": True or False, # Whether the app is selected as the default handler for the types it supports.