We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50bd118 commit 4f3adcfCopy full SHA for 4f3adcf
src/lint.ts
@@ -39,7 +39,7 @@ export interface Diagnostic {
39
export interface Action {
40
/// The label to show to the user. Should be relatively short.
41
name: string
42
- /// When given, add an extra CSS class to the action
+ /// When given, add an extra CSS class to the action button.
43
markClass?: string
44
/// The function to call when the user activates this action. Is
45
/// given the diagnostic's _current_ position, which may have
0 commit comments