summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Vladović <d.vladimyr@gmail.com>2021-04-23 08:30:23 +0200
committerGitHub <noreply@github.com>2021-04-23 08:30:23 +0200
commitadbdca63f0a31791908958cec8785e2829bf262b (patch)
tree6cfed824ac54a3bbf1b212f49a29a1af9cd81d04
parent4fda947cda0a0125d2750cae963810e5321cef24 (diff)
docs(dart): use double quotes for consistency (#2633)
-rw-r--r--docs/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 063bd5a9d..6fa4abe8b 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -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. |