Skip to content

Commit 4f3adcf

Browse files
committed
Touch up doc comment
Issue #17
1 parent 50bd118 commit 4f3adcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export interface Diagnostic {
3939
export interface Action {
4040
/// The label to show to the user. Should be relatively short.
4141
name: string
42-
/// When given, add an extra CSS class to the action
42+
/// When given, add an extra CSS class to the action button.
4343
markClass?: string
4444
/// The function to call when the user activates this action. Is
4545
/// given the diagnostic's _current_ position, which may have

0 commit comments

Comments
 (0)