Add survey js to docs web site (#13210)
* Fixed typo in navigator.dart doc comments
* Added survey js to docs template
diff --git a/dev/docs/survey.html b/dev/docs/survey.html
new file mode 100644
index 0000000..8f022a6
--- /dev/null
+++ b/dev/docs/survey.html
@@ -0,0 +1,3 @@
+<script async="" defer=""
+ src="//www.google.com/insights/consumersurveys/async_survey?site=i2bdmo2dzky7fqws25nicgx5f4">
+</script>
\ No newline at end of file
diff --git a/dev/tools/dartdoc.dart b/dev/tools/dartdoc.dart
index 7a8ceae..4bb53d0 100644
--- a/dev/tools/dartdoc.dart
+++ b/dev/tools/dartdoc.dart
@@ -95,6 +95,7 @@
'global', 'run', 'dartdoc',
'--header', 'styles.html',
'--header', 'analytics.html',
+ '--header', 'survey.html',
'--footer-text', 'lib/footer.html',
'--exclude', 'temp_doc',
'--favicon=favicon.ico',