fix: standardize punctuation

This commit is contained in:
Linus Rath
2026-04-16 19:07:42 +02:00
parent 6b57118add
commit 8bdadc7ba3
107 changed files with 452 additions and 448 deletions
+2 -2
View File
@@ -195,7 +195,7 @@ export interface KeyboardShortcut {
}
// ─── Read-Only View Types ────────────────────────────────────
// Projected views exposed to plugins no direct store references
// Projected views exposed to plugins - no direct store references
export interface EmailReadView {
id: string;
@@ -415,7 +415,7 @@ export interface ComposeOptions {
* A small visual indicator injected into an email list row via onEmailListItemRender.
*/
export interface EmailListBadge {
/** Stable unique key within the plugin used as React key */
/** Stable unique key within the plugin - used as React key */
key: string;
/** Short label text displayed in the badge */
label: string;