docs(dart): use double quotes for consistency (#2633)

This commit is contained in:
Dario Vladović
2021-04-23 08:30:23 +02:00
committed by GitHub
parent 4fda947cda
commit adbdca63f0
+1 -1
View File
@@ -636,7 +636,7 @@ By default the module will be shown if any of the following conditions are met:
| ------------------- | ------------------------------------------------- | ----------------------------------------------- |
| `format` | `"via [$symbol($version )]($style)"` | The format for the module. |
| `symbol` | `"🎯 "` | A format string representing the symbol of Dart |
| `detect_extensions` | `['dart']` | Which extensions should trigger this module. |
| `detect_extensions` | `["dart"]` | Which extensions should trigger this module. |
| `detect_files` | `["pubspec.yaml", "pubspec.yml", "pubspec.lock"]` | Which filenames should trigger this module. |
| `detect_folders` | `[".dart_tool"]` | Which folders should trigger this module. |
| `style` | `"bold blue"` | The style for the module. |