Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Nov 6, 2024
1 parent 102b7b1 commit 89df70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/linter/rules/renderer/TSControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class Test5 extends Control {
defaultAggregation: "children",
};

// Missing static keyword. Renderer won't be analyzed as such until
// Missing static keyword. Renderer won't be analyzed as such
// until its defined explicitly as static property.
renderer = ImportedRenderer;
}
Expand Down

0 comments on commit 89df70f

Please sign in to comment.