File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ enum Handler {
2121// 6. Sort the properties in each file in alphabetical order
2222// 7. Run the 'Tasks: Add all Query File Defaults properties' command, to update query_file_defaults_all_options_*.json
2323// 8. Run the tests, to update all inline snapshots and approved files.
24+ // 9. Run mdsnippets to update the docs and sample vault - or let the GitHub Action do it after merging to main
2425
2526// Note: This file is excluded from SonarCloud duplication-checks,
2627// as the duplication here provides clarity.
@@ -222,7 +223,7 @@ export class QueryFileDefaults {
222223 /**
223224 * Return text that creates MetaBind widgets for users to edit query file defaults.
224225 *
225- * This is used to generate consent in the user documentation.
226+ * This is used to generate content in the user documentation.
226227 */
227228 public metaBindPluginWidgets ( ) {
228229 // This is initially hard-coded, though I intend to machine-generate it eventually.
You can’t perform that action at this time.
0 commit comments