From adbdca63f0a31791908958cec8785e2829bf262b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Vladovi=C4=87?= Date: Fri, 23 Apr 2021 08:30:23 +0200 Subject: [PATCH] docs(dart): use double quotes for consistency (#2633) --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index 063bd5a9..6fa4abe8 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. |