Skip to content

Commit 97692ff

Browse files
committed
comment: Review comments in QueryFileDefaults.ts
1 parent 8eeee6e commit 97692ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Query/QueryFileDefaults.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)