Skip to content

Commit

Permalink
Merge pull request #622 from hippietrail/patch-4
Browse files Browse the repository at this point in the history
grammar agreement in obsidion plugin comment
  • Loading branch information
elijah-potter authored Feb 9, 2025
2 parents a7b4fed + 0dfb0db commit 1d2222c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/obsidian-plugin/src/lint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ interface LintConfig {
tooltipFilter?: null | DiagnosticFilter;
/// Can be used to control what kind of transactions cause lint
/// hover tooltips associated with the given document range to be
/// hidden. By default any transactions that changes the line
/// hidden. By default any transaction that changes the line
/// around the range will hide it. Returning null falls back to this
/// behavior.
hideOn?: (tr: Transaction, from: number, to: number) => boolean | null;
Expand Down

0 comments on commit 1d2222c

Please sign in to comment.